Shades of Cocoa Brown #352004
Tints of Cocoa Brown #352004
RGB
CMYK
RGB Variations
Color information
#352004 (or 0x352004) is known color: Cocoa Brown. HEX triplet: 35, 20 and 04. RGB value is (53,32,4). Sum of RGB (Red+Green+Blue) = 53+32+4=89 (11% of max value = 765). Red value is 53 (21.09% from 255 or 59.55% from 89); Green value is 32 (12.89% from 255 or 35.96% from 89); Blue value is 4 (1.95% from 255 or 4.49% from 89); Max value from RGB is 53 - color contains mainly: red. Hex color #352004 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #352004 is #CADFFB. Grayscale: #232323. Windows color (decimal): -13295612 or 270389. OLE color: 270389.
HSL color Cylindrical-coordinate representation of color #352004: hue angle of 34.29º 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 #352004 is Cyan = 0, Magento = 0.40, Yellow = 0.92 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 53 | 32 | 4 | - |
| CMYK | 0 | 0.40 | 0.92 | 0.79 |
| HSL | 34.29º | 0.86% | 0.11% | - |
| HSV(B) | 34.29º | 0.92% | 0.21% | - |
| XYZ | 2.01 | 1.8 | 0.36 | - |
| YUV | 35.09 | 110.46 | 140.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 32 | 4 | 0 | 0.40 | 0.92 | 0.79 | 34.29 | 0.86 | 0.11 |
| Hex | 35 | 20 | 4 | 0 | 28 | 5C | 4F | 22 | 56 | B |
| Octal | 65 | 40 | 4 | 0 | 50 | 134 | 117 | 42 | 126 | 13 |
| Binary | 110101 | 100000 | 100 | 0 | 101000 | 1011100 | 1001111 | 100010 | 1010110 | 1011 |
Color Harmonies of #352004
Complementary color
Monochromatic Colors of #352004
Black with #352004
Text Example
Text Example
White with #352004
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #352004; }
p { color: rgb(53,32,4); }
H1.HeaderClassName
{
color: #352004;
}
.AnyTagClassName
{
color: #352004;
}
</style>
background-color css
<style>
a { background-color: #352004; }
a { background-color: rgb(53,32,4); }
div.DivClassName
{
background-color: #352004;
}
.BgClassName
{
background-color: #352004;
}
</style>
border-color css
<style>
span { border-color: #352004; }
span { border-color: rgb(53,32,4); }
td.TdClassName
{
border-color: #352004;
}
.TagClassName
{
border-color: #352004;
}
</style>