#352204

Color #352204 Cocoa Brown (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cocoa Brown #352204

Tints of Cocoa Brown #352204

Color information

#352204 (or 0x352204) is unknown color: approx Cocoa Brown. HEX triplet: 35, 22 and 04. RGB value is (53,34,4). Sum of RGB (Red+Green+Blue) = 53+34+4=91 (12% of max value = 765). Red value is 53 (21.09% from 255 or 58.24% from 91); Green value is 34 (13.67% from 255 or 37.36% from 91); Blue value is 4 (1.95% from 255 or 4.40% from 91); Max value from RGB is 53 - color contains mainly: red. Hex color #352204 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #352204 is #CADDFB. Grayscale: #242424. Windows color (decimal): -13295100 or 270901. OLE color: 270901.

HSL color Cylindrical-coordinate representation of color #352204: hue angle of 36.73º degrees, saturation: 0.86, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #352204 is Cyan = 0, Magento = 0.36, Yellow = 0.92 and Black (K on CMYK) = 0.79.

Color convert

RGB53344-
CMYK00.360.920.79
HSL36.73º85.96%11.18%-
HSV(B)36.73º92.45%20.78%-
XYZ2.061.910.37-
YUV36.26109.79139.94-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 53 (21.09% from 255) = 58.24%
GREEN value IS 34 (13.67% from 255) = 37.36%
BLUE value IS 4 (1.95% from 255) = 4.40%
R=58.24%
G=37.36%
B=4.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.92
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal5334400.360.920.7936.7385.9611.18
Hex352240245C4F2556b
Octal654240441341174512613
Binary11010110001010001001001011100100111110010110101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #352204

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #352204; }

 p { color: rgb(53,34,4); }

 H1.HeaderClassName
 {
   color: #352204;
 }
 .AnyTagClassName
 {
   color: #352204;
 }
</style>
background-color css

<style>
 a { background-color: #352204; }

 a { background-color: rgb(53,34,4); }

 div.DivClassName
 {
   background-color: #352204;
 }
 .BgClassName
 {
   background-color: #352204;
 }
</style>
border-color css

<style>
 span { border-color: #352204; }

 span { border-color: rgb(53,34,4); }

 td.TdClassName
 {
   border-color: #352204;
 }
 .TagClassName
 {
   border-color: #352204;
 }
</style>