#352920

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

Shades of Cocoa Brown #352920

Tints of Cocoa Brown #352920

Color information

#352920 (or 0x352920) is unknown color: approx Cocoa Brown. HEX triplet: 35, 29 and 20. RGB value is (53,41,32). Sum of RGB (Red+Green+Blue) = 53+41+32=126 (16% of max value = 765). Red value is 53 (21.09% from 255 or 42.06% from 126); Green value is 41 (16.41% from 255 or 32.54% from 126); Blue value is 32 (12.89% from 255 or 25.40% from 126); Max value from RGB is 53 - color contains mainly: red. Hex color #352920 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #352920 is #CAD6DF. Grayscale: #2B2B2B. Windows color (decimal): -13293280 or 2107701. OLE color: 2107701.

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

Color convert

RGB534132-
CMYK00.230.400.79
HSL25.71º24.71%16.67%-
HSV(B)25.71º39.62%20.78%-
XYZ2.522.451.71-
YUV43.56121.48134.73-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 42.06%
GREEN value IS 41 (16.41% from 255) = 32.54%
BLUE value IS 32 (12.89% from 255) = 25.40%
R=42.06%
G=32.54%
B=25.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.40
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal53413200.230.400.7925.7124.7116.67
Hex352920017284F1a1911
Octal65514002750117323121
Binary1101011010011000000101111010001001111110101100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #352920

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #352920; }

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

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

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

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

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

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

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

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