#352004

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

Shades of Cocoa Brown #352004

Tints of Cocoa Brown #352004

Color information

#352004 (or 0x352004) is unknown color: approx Cocoa Brown. HEX triplet: 35, 20 and 04. RGB value is (53,32,4). Sum of RGB (Red+Green+Blue) = 53+32+4=89 (11% of max value = 765). Red value is 53 (21.09% from 255 or 59.55% from 89); Green value is 32 (12.89% from 255 or 35.96% from 89); Blue value is 4 (1.95% from 255 or 4.49% from 89); Max value from RGB is 53 - color contains mainly: red. Hex color #352004 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #352004 is #CADFFB. Grayscale: #232323. Windows color (decimal): -13295612 or 270389. OLE color: 270389.

HSL color Cylindrical-coordinate representation of color #352004: hue angle of 34.29º 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 #352004 is Cyan = 0, Magento = 0.40, Yellow = 0.92 and Black (K on CMYK) = 0.79.

Color convert

RGB53324-
CMYK00.400.920.79
HSL34.29º85.96%11.18%-
HSV(B)34.29º92.45%20.78%-
XYZ2.011.80.36-
YUV35.09110.46140.78-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 59.55%
GREEN value IS 32 (12.89% from 255) = 35.96%
BLUE value IS 4 (1.95% from 255) = 4.49%
R=59.55%
G=35.96%
B=4.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.92
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal5332400.400.920.7934.2985.9611.18
Hex352040285C4F2256b
Octal654040501341174212613
Binary11010110000010001010001011100100111110001010101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #352004

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #352004; }

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

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

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

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

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

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

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

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