//tak
noStroke();
fill(153,51,0);
rect(0,350,500,50);
//Pak andere pen en kwast
stroke(0,0,0);
fill(128,0,0);
//buik
ellipse(250,200,150,200);
//hoofd
ellipse(250,350,150,150);
//Oog rechts
stroke(0,0,0);
fill(0,0,0);
ellipse(275,375,12,25);
//Oog links
ellipse(225,375,12,25);
//Neus
fill(255,0,0);
ellipse(250,345,25,12);