Shades of Cocoa Brown #332416
Tints of Cocoa Brown #332416
RGB
CMYK
RGB Variations
Color information
#332416 (or 0x332416) is known color: Cocoa Brown. HEX triplet: 33, 24 and 16. RGB value is (51,36,22). Sum of RGB (Red+Green+Blue) = 51+36+22=109 (14% of max value = 765). Red value is 51 (20.31% from 255 or 46.79% from 109); Green value is 36 (14.45% from 255 or 33.03% from 109); Blue value is 22 (8.98% from 255 or 20.18% from 109); Max value from RGB is 51 - color contains mainly: red. Hex color #332416 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #332416 is #CCDBE9. Grayscale: #262626. Windows color (decimal): -13425642 or 1451059. OLE color: 1451059.
HSL color Cylindrical-coordinate representation of color #332416: hue angle of 28.97º degrees, saturation: 0.4, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #332416 is Cyan = 0, Magento = 0.29, Yellow = 0.57 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 51 | 36 | 22 | - |
| CMYK | 0 | 0.29 | 0.57 | 0.8 |
| HSL | 28.97º | 0.4% | 0.14% | - |
| HSV(B) | 28.97º | 0.57% | 0.2% | - |
| XYZ | 2.14 | 2.02 | 1.04 | - |
| YUV | 38.89 | 118.47 | 136.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 36 | 22 | 0 | 0.29 | 0.57 | 0.8 | 28.97 | 0.4 | 0.14 |
| Hex | 33 | 24 | 16 | 0 | 1D | 39 | 50 | 1D | 28 | E |
| Octal | 63 | 44 | 26 | 0 | 35 | 71 | 120 | 35 | 50 | 16 |
| Binary | 110011 | 100100 | 10110 | 0 | 11101 | 111001 | 1010000 | 11101 | 101000 | 1110 |
Color Harmonies of #332416
Complementary color
Monochromatic Colors of #332416
Black with #332416
Text Example
Text Example
White with #332416
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #332416; }
p { color: rgb(51,36,22); }
H1.HeaderClassName
{
color: #332416;
}
.AnyTagClassName
{
color: #332416;
}
</style>
background-color css
<style>
a { background-color: #332416; }
a { background-color: rgb(51,36,22); }
div.DivClassName
{
background-color: #332416;
}
.BgClassName
{
background-color: #332416;
}
</style>
border-color css
<style>
span { border-color: #332416; }
span { border-color: rgb(51,36,22); }
td.TdClassName
{
border-color: #332416;
}
.TagClassName
{
border-color: #332416;
}
</style>