#352A20

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

Shades of Cocoa Brown #352A20

Tints of Cocoa Brown #352A20

Color information

#352A20 (or 0x352A20) is unknown color: approx Cocoa Brown. HEX triplet: 35, 2A and 20. RGB value is (53,42,32). Sum of RGB (Red+Green+Blue) = 53+42+32=127 (16% of max value = 765). Red value is 53 (21.09% from 255 or 41.73% from 127); Green value is 42 (16.80% from 255 or 33.07% from 127); Blue value is 32 (12.89% from 255 or 25.20% from 127); Max value from RGB is 53 - color contains mainly: red. Hex color #352A20 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #352A20 is #CAD5DF. Grayscale: #2C2C2C. Windows color (decimal): -13293024 or 2107957. OLE color: 2107957.

HSL color Cylindrical-coordinate representation of color #352A20: hue angle of 28.57º degrees, saturation: 0.25, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #352A20 is Cyan = 0, Magento = 0.21, Yellow = 0.40 and Black (K on CMYK) = 0.79.

Color convert

RGB534232-
CMYK00.210.400.79
HSL28.57º24.71%16.67%-
HSV(B)28.57º39.62%20.78%-
XYZ2.562.521.72-
YUV44.15121.14134.31-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 41.73%
GREEN value IS 42 (16.80% from 255) = 33.07%
BLUE value IS 32 (12.89% from 255) = 25.20%
R=41.73%
G=33.07%
B=25.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.40
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal53423200.210.400.7928.5724.7116.67
Hex352A20015284F1d1911
Octal65524002550117353121
Binary1101011010101000000101011010001001111111011100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #352A20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #352A20; }

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

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

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

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

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

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

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

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