#352006

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

Shades of Cocoa Brown #352006

Tints of Cocoa Brown #352006

Color information

#352006 (or 0x352006) is unknown color: approx Cocoa Brown. HEX triplet: 35, 20 and 06. RGB value is (53,32,6). Sum of RGB (Red+Green+Blue) = 53+32+6=91 (12% of max value = 765). Red value is 53 (21.09% from 255 or 58.24% from 91); Green value is 32 (12.89% from 255 or 35.16% from 91); Blue value is 6 (2.73% from 255 or 6.59% from 91); Max value from RGB is 53 - color contains mainly: red. Hex color #352006 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #352006 is #CADFF9. Grayscale: #232323. Windows color (decimal): -13295610 or 401461. OLE color: 401461.

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

Color convert

RGB53326-
CMYK00.400.890.79
HSL33.19º79.66%11.57%-
HSV(B)33.19º88.68%20.78%-
XYZ2.021.80.41-
YUV35.32111.46140.61-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 58.24%
GREEN value IS 32 (12.89% from 255) = 35.16%
BLUE value IS 6 (2.73% from 255) = 6.59%
R=58.24%
G=35.16%
B=6.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.89
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal5332600.400.890.7933.1979.6611.57
Hex35206028594F2150c
Octal654060501311174112014
Binary11010110000011001010001011001100111110000110100001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #352006

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #352006; }

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

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

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

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

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

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

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

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