#352009

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

Shades of Cocoa Brown #352009

Tints of Cocoa Brown #352009

Color information

#352009 (or 0x352009) is unknown color: approx Cocoa Brown. HEX triplet: 35, 20 and 09. RGB value is (53,32,9). Sum of RGB (Red+Green+Blue) = 53+32+9=94 (12% of max value = 765). Red value is 53 (21.09% from 255 or 56.38% from 94); Green value is 32 (12.89% from 255 or 34.04% from 94); Blue value is 9 (3.91% from 255 or 9.57% from 94); Max value from RGB is 53 - color contains mainly: red. Hex color #352009 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #352009 is #CADFF6. Grayscale: #232323. Windows color (decimal): -13295607 or 598069. OLE color: 598069.

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

Color convert

RGB53329-
CMYK00.400.830.79
HSL31.36º70.97%12.16%-
HSV(B)31.36º83.02%20.78%-
XYZ2.031.810.5-
YUV35.66112.96140.37-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 56.38%
GREEN value IS 32 (12.89% from 255) = 34.04%
BLUE value IS 9 (3.91% from 255) = 9.57%
R=56.38%
G=34.04%
B=9.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.83
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal5332900.400.830.7931.3670.9712.16
Hex35209028534F1f47c
Octal6540110501231173710714
Binary11010110000010010101000101001110011111111110001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #352009

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #352009; }

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

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

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

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

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

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

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

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