#352306

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

Shades of Cocoa Brown #352306

Tints of Cocoa Brown #352306

Color information

#352306 (or 0x352306) is unknown color: approx Cocoa Brown. HEX triplet: 35, 23 and 06. RGB value is (53,35,6). Sum of RGB (Red+Green+Blue) = 53+35+6=94 (12% of max value = 765). Red value is 53 (21.09% from 255 or 56.38% from 94); Green value is 35 (14.06% from 255 or 37.23% from 94); Blue value is 6 (2.73% from 255 or 6.38% from 94); Max value from RGB is 53 - color contains mainly: red. Hex color #352306 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #352306 is #CADCF9. Grayscale: #252525. Windows color (decimal): -13294842 or 402229. OLE color: 402229.

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

Color convert

RGB53356-
CMYK00.340.890.79
HSL37.02º79.66%11.57%-
HSV(B)37.02º88.68%20.78%-
XYZ2.11.970.44-
YUV37.08110.46139.36-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 56.38%
GREEN value IS 35 (14.06% from 255) = 37.23%
BLUE value IS 6 (2.73% from 255) = 6.38%
R=56.38%
G=37.23%
B=6.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.89
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal5335600.340.890.7937.0279.6611.57
Hex35236022594F2550c
Octal654360421311174512014
Binary11010110001111001000101011001100111110010110100001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #352306

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #352306; }

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

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

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

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

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

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

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

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