Shades of Cocoa Brown #332004
Tints of Cocoa Brown #332004
RGB
CMYK
RGB Variations
Color information
#332004 (or 0x332004) is known color: Cocoa Brown. HEX triplet: 33, 20 and 04. RGB value is (51,32,4). Sum of RGB (Red+Green+Blue) = 51+32+4=87 (11% of max value = 765). Red value is 51 (20.31% from 255 or 58.62% from 87); Green value is 32 (12.89% from 255 or 36.78% from 87); Blue value is 4 (1.95% from 255 or 4.60% from 87); Max value from RGB is 51 - color contains mainly: red. Hex color #332004 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #332004 is #CCDFFB. Grayscale: #222222. Windows color (decimal): -13426684 or 270387. OLE color: 270387.
HSL color Cylindrical-coordinate representation of color #332004: hue angle of 35.74º degrees, saturation: 0.85, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #332004 is Cyan = 0, Magento = 0.37, Yellow = 0.92 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 51 | 32 | 4 | - |
| CMYK | 0 | 0.37 | 0.92 | 0.8 |
| HSL | 35.74º | 0.85% | 0.11% | - |
| HSV(B) | 35.74º | 0.92% | 0.2% | - |
| XYZ | 1.9 | 1.75 | 0.35 | - |
| YUV | 34.49 | 110.79 | 139.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 32 | 4 | 0 | 0.37 | 0.92 | 0.8 | 35.74 | 0.85 | 0.11 |
| Hex | 33 | 20 | 4 | 0 | 25 | 5C | 50 | 24 | 55 | B |
| Octal | 63 | 40 | 4 | 0 | 45 | 134 | 120 | 44 | 125 | 13 |
| Binary | 110011 | 100000 | 100 | 0 | 100101 | 1011100 | 1010000 | 100100 | 1010101 | 1011 |
Color Harmonies of #332004
Complementary color
Monochromatic Colors of #332004
Black with #332004
Text Example
Text Example
White with #332004
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #332004; }
p { color: rgb(51,32,4); }
H1.HeaderClassName
{
color: #332004;
}
.AnyTagClassName
{
color: #332004;
}
</style>
background-color css
<style>
a { background-color: #332004; }
a { background-color: rgb(51,32,4); }
div.DivClassName
{
background-color: #332004;
}
.BgClassName
{
background-color: #332004;
}
</style>
border-color css
<style>
span { border-color: #332004; }
span { border-color: rgb(51,32,4); }
td.TdClassName
{
border-color: #332004;
}
.TagClassName
{
border-color: #332004;
}
</style>