#352208

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

Shades of Cocoa Brown #352208

Tints of Cocoa Brown #352208

Color information

#352208 (or 0x352208) is unknown color: approx Cocoa Brown. HEX triplet: 35, 22 and 08. RGB value is (53,34,8). Sum of RGB (Red+Green+Blue) = 53+34+8=95 (12% of max value = 765). Red value is 53 (21.09% from 255 or 55.79% from 95); Green value is 34 (13.67% from 255 or 35.79% from 95); Blue value is 8 (3.52% from 255 or 8.42% from 95); Max value from RGB is 53 - color contains mainly: red. Hex color #352208 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #352208 is #CADDF7. Grayscale: #242424. Windows color (decimal): -13295096 or 533045. OLE color: 533045.

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

Color convert

RGB53348-
CMYK00.360.850.79
HSL34.67º73.77%11.96%-
HSV(B)34.67º84.91%20.78%-
XYZ2.081.920.49-
YUV36.72111.79139.61-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 55.79%
GREEN value IS 34 (13.67% from 255) = 35.79%
BLUE value IS 8 (3.52% from 255) = 8.42%
R=55.79%
G=35.79%
B=8.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.85
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal5334800.360.850.7934.6773.7711.96
Hex35228024554F234ac
Octal6542100441251174311214
Binary110101100010100001001001010101100111110001110010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #352208

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #352208; }

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

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

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

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

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

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

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

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