Shades of Cocoa Brown #332005
Tints of Cocoa Brown #332005
RGB
CMYK
RGB Variations
Color information
#332005 (or 0x332005) is known color: Cocoa Brown. HEX triplet: 33, 20 and 05. RGB value is (51,32,5). Sum of RGB (Red+Green+Blue) = 51+32+5=88 (11% of max value = 765). Red value is 51 (20.31% from 255 or 57.95% from 88); Green value is 32 (12.89% from 255 or 36.36% from 88); Blue value is 5 (2.34% from 255 or 5.68% from 88); Max value from RGB is 51 - color contains mainly: red. Hex color #332005 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #332005 is #CCDFFA. Grayscale: #222222. Windows color (decimal): -13426683 or 335923. OLE color: 335923.
HSL color Cylindrical-coordinate representation of color #332005: hue angle of 35.22º degrees, saturation: 0.82, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #332005 is Cyan = 0, Magento = 0.37, Yellow = 0.90 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 51 | 32 | 5 | - |
| CMYK | 0 | 0.37 | 0.90 | 0.8 |
| HSL | 35.22º | 0.82% | 0.11% | - |
| HSV(B) | 35.22º | 0.9% | 0.2% | - |
| XYZ | 1.91 | 1.75 | 0.38 | - |
| YUV | 34.6 | 111.29 | 139.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 32 | 5 | 0 | 0.37 | 0.90 | 0.8 | 35.22 | 0.82 | 0.11 |
| Hex | 33 | 20 | 5 | 0 | 25 | 5A | 50 | 23 | 52 | B |
| Octal | 63 | 40 | 5 | 0 | 45 | 132 | 120 | 43 | 122 | 13 |
| Binary | 110011 | 100000 | 101 | 0 | 100101 | 1011010 | 1010000 | 100011 | 1010010 | 1011 |
Color Harmonies of #332005
Complementary color
Monochromatic Colors of #332005
Black with #332005
Text Example
Text Example
White with #332005
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #332005; }
p { color: rgb(51,32,5); }
H1.HeaderClassName
{
color: #332005;
}
.AnyTagClassName
{
color: #332005;
}
</style>
background-color css
<style>
a { background-color: #332005; }
a { background-color: rgb(51,32,5); }
div.DivClassName
{
background-color: #332005;
}
.BgClassName
{
background-color: #332005;
}
</style>
border-color css
<style>
span { border-color: #332005; }
span { border-color: rgb(51,32,5); }
td.TdClassName
{
border-color: #332005;
}
.TagClassName
{
border-color: #332005;
}
</style>