#352820

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

Shades of Cocoa Brown #352820

Tints of Cocoa Brown #352820

Color information

#352820 (or 0x352820) is unknown color: approx Cocoa Brown. HEX triplet: 35, 28 and 20. RGB value is (53,40,32). Sum of RGB (Red+Green+Blue) = 53+40+32=125 (16% of max value = 765). Red value is 53 (21.09% from 255 or 42.4% from 125); Green value is 40 (16.02% from 255 or 32% from 125); Blue value is 32 (12.89% from 255 or 25.6% from 125); Max value from RGB is 53 - color contains mainly: red. Hex color #352820 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #352820 is #CAD7DF. Grayscale: #2B2B2B. Windows color (decimal): -13293536 or 2107445. OLE color: 2107445.

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

Color convert

RGB534032-
CMYK00.250.400.79
HSL22.86º24.71%16.67%-
HSV(B)22.86º39.62%20.78%-
XYZ2.492.381.69-
YUV42.98121.81135.15-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 42.4%
GREEN value IS 40 (16.02% from 255) = 32%
BLUE value IS 32 (12.89% from 255) = 25.6%
R=42.4%
G=32%
B=25.6%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.40
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal53403200.250.400.7922.8624.7116.67
Hex352820019284F171911
Octal65504003150117273121
Binary1101011010001000000110011010001001111101111100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #352820

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #352820; }

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

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

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

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

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

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

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

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