#352008

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

Shades of Cocoa Brown #352008

Tints of Cocoa Brown #352008

Color information

#352008 (or 0x352008) is unknown color: approx Cocoa Brown. HEX triplet: 35, 20 and 08. RGB value is (53,32,8). Sum of RGB (Red+Green+Blue) = 53+32+8=93 (12% of max value = 765). Red value is 53 (21.09% from 255 or 56.99% from 93); Green value is 32 (12.89% from 255 or 34.41% from 93); Blue value is 8 (3.52% from 255 or 8.60% from 93); Max value from RGB is 53 - color contains mainly: red. Hex color #352008 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #352008 is #CADFF7. Grayscale: #232323. Windows color (decimal): -13295608 or 532533. OLE color: 532533.

HSL color Cylindrical-coordinate representation of color #352008: hue angle of 32º degrees, saturation: 0.74, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #352008 is Cyan = 0, Magento = 0.40, Yellow = 0.85 and Black (K on CMYK) = 0.79.

Color convert

RGB53328-
CMYK00.400.850.79
HSL32º73.77%11.96%-
HSV(B)32º84.91%20.78%-
XYZ2.031.810.47-
YUV35.54112.46140.45-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 56.99%
GREEN value IS 32 (12.89% from 255) = 34.41%
BLUE value IS 8 (3.52% from 255) = 8.60%
R=56.99%
G=34.41%
B=8.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.85
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal5332800.400.850.793273.7711.96
Hex35208028554F204ac
Octal6540100501251174011214
Binary110101100000100001010001010101100111110000010010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #352008

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #352008; }

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

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

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

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

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

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

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

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