Shades of Cocoa Brown #352A20
Tints of Cocoa Brown #352A20
RGB
CMYK
RGB Variations
Color information
#352A20 (or 0x352A20) is known color: 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
RGB | 53 | 42 | 32 | - |
CMYK | 0 | 0.21 | 0.40 | 0.79 |
HSL | 28.57º | 0.25% | 0.17% | - |
HSV(B) | 28.57º | 0.4% | 0.21% | - |
XYZ | 2.56 | 2.52 | 1.72 | - |
YUV | 44.15 | 121.14 | 134.31 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 53 | 42 | 32 | 0 | 0.21 | 0.40 | 0.79 | 28.57 | 0.25 | 0.17 |
Hex | 35 | 2A | 20 | 0 | 15 | 28 | 4F | 1D | 19 | 11 |
Octal | 65 | 52 | 40 | 0 | 25 | 50 | 117 | 35 | 31 | 21 |
Binary | 110101 | 101010 | 100000 | 0 | 10101 | 101000 | 1001111 | 11101 | 11001 | 10001 |
Color Harmonies of #352A20
Complementary color
Monochromatic Colors of #352A20
Black with #352A20
Text Example
Text Example
White with #352A20
Text Example
Text Example
HTML Codes & Css Web 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>