xxxxxxxxxx
size(500,500);
background(171,209,206);
noStroke();
fill(120);
ellipse(300, 300, 300,300);
strokeWeight(50);
stroke(255);
line(380,380,330,330);
strokeWeight(10);
stroke(230);
line(395,375,370,350);
noStroke();
fill(230);
ellipse(width/2, height/2, 300,300);
stroke(255);
strokeWeight(10);
noFill();
ellipse(width/2, height/2, 300,300);
fill(85,57,31);
stroke(75,44,16);
ellipse(width/2, height/2, 230,230);
noFill();
stroke(116,95,76);
strokeWeight(10);
arc(250, 250, 200, 200, HALF_PI, PI);
arc(250, 250, 200, 200, PI+QUARTER_PI, TWO_PI);
strokeWeight(30);
stroke(100);
line(180,180,80,80);