Shades of Cocoa Brown #352204
Tints of Cocoa Brown #352204
RGB
CMYK
RGB Variations
Color information
#352204 (or 0x352204) is known color: Cocoa Brown. HEX triplet: 35, 22 and 04. RGB value is (53,34,4). Sum of RGB (Red+Green+Blue) = 53+34+4=91 (12% of max value = 765). Red value is 53 (21.09% from 255 or 58.24% from 91); Green value is 34 (13.67% from 255 or 37.36% from 91); Blue value is 4 (1.95% from 255 or 4.40% from 91); Max value from RGB is 53 - color contains mainly: red. Hex color #352204 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #352204 is #CADDFB. Grayscale: #242424. Windows color (decimal): -13295100 or 270901. OLE color: 270901.
HSL color Cylindrical-coordinate representation of color #352204: hue angle of 36.73º degrees, saturation: 0.86, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #352204 is Cyan = 0, Magento = 0.36, Yellow = 0.92 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 53 | 34 | 4 | - |
| CMYK | 0 | 0.36 | 0.92 | 0.79 |
| HSL | 36.73º | 0.86% | 0.11% | - |
| HSV(B) | 36.73º | 0.92% | 0.21% | - |
| XYZ | 2.06 | 1.91 | 0.37 | - |
| YUV | 36.26 | 109.79 | 139.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 34 | 4 | 0 | 0.36 | 0.92 | 0.79 | 36.73 | 0.86 | 0.11 |
| Hex | 35 | 22 | 4 | 0 | 24 | 5C | 4F | 25 | 56 | B |
| Octal | 65 | 42 | 4 | 0 | 44 | 134 | 117 | 45 | 126 | 13 |
| Binary | 110101 | 100010 | 100 | 0 | 100100 | 1011100 | 1001111 | 100101 | 1010110 | 1011 |
Color Harmonies of #352204
Complementary color
Monochromatic Colors of #352204
Black with #352204
Text Example
Text Example
White with #352204
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #352204; }
p { color: rgb(53,34,4); }
H1.HeaderClassName
{
color: #352204;
}
.AnyTagClassName
{
color: #352204;
}
</style>
background-color css
<style>
a { background-color: #352204; }
a { background-color: rgb(53,34,4); }
div.DivClassName
{
background-color: #352204;
}
.BgClassName
{
background-color: #352204;
}
</style>
border-color css
<style>
span { border-color: #352204; }
span { border-color: rgb(53,34,4); }
td.TdClassName
{
border-color: #352204;
}
.TagClassName
{
border-color: #352204;
}
</style>