Shades of Cocoa Brown #322210
Tints of Cocoa Brown #322210
RGB
CMYK
RGB Variations
Color information
#322210 (or 0x322210) is known color: Cocoa Brown. HEX triplet: 32, 22 and 10. RGB value is (50,34,16). Sum of RGB (Red+Green+Blue) = 50+34+16=100 (13% of max value = 765). Red value is 50 (19.92% from 255 or 50% from 100); Green value is 34 (13.67% from 255 or 34% from 100); Blue value is 16 (6.64% from 255 or 16% from 100); Max value from RGB is 50 - color contains mainly: red. Hex color #322210 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #322210 is #CDDDEF. Grayscale: #242424. Windows color (decimal): -13491696 or 1057330. OLE color: 1057330.
HSL color Cylindrical-coordinate representation of color #322210: hue angle of 31.76º degrees, saturation: 0.52, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #322210 is Cyan = 0, Magento = 0.32, Yellow = 0.68 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 50 | 34 | 16 | - |
| CMYK | 0 | 0.32 | 0.68 | 0.80 |
| HSL | 31.76º | 0.52% | 0.13% | - |
| HSV(B) | 31.76º | 0.68% | 0.2% | - |
| XYZ | 1.98 | 1.86 | 0.74 | - |
| YUV | 36.73 | 116.3 | 137.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 34 | 16 | 0 | 0.32 | 0.68 | 0.80 | 31.76 | 0.52 | 0.13 |
| Hex | 32 | 22 | 10 | 0 | 20 | 44 | 50 | 20 | 34 | D |
| Octal | 62 | 42 | 20 | 0 | 40 | 104 | 120 | 40 | 64 | 15 |
| Binary | 110010 | 100010 | 10000 | 0 | 100000 | 1000100 | 1010000 | 100000 | 110100 | 1101 |
Color Harmonies of #322210
Complementary color
Monochromatic Colors of #322210
Black with #322210
Text Example
Text Example
White with #322210
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #322210; }
p { color: rgb(50,34,16); }
H1.HeaderClassName
{
color: #322210;
}
.AnyTagClassName
{
color: #322210;
}
</style>
background-color css
<style>
a { background-color: #322210; }
a { background-color: rgb(50,34,16); }
div.DivClassName
{
background-color: #322210;
}
.BgClassName
{
background-color: #322210;
}
</style>
border-color css
<style>
span { border-color: #322210; }
span { border-color: rgb(50,34,16); }
td.TdClassName
{
border-color: #322210;
}
.TagClassName
{
border-color: #322210;
}
</style>