Shades of Cocoa Brown #322010
Tints of Cocoa Brown #322010
RGB
CMYK
RGB Variations
Color information
#322010 (or 0x322010) is known color: Cocoa Brown. HEX triplet: 32, 20 and 10. RGB value is (50,32,16). Sum of RGB (Red+Green+Blue) = 50+32+16=98 (12% of max value = 765). Red value is 50 (19.92% from 255 or 51.02% from 98); Green value is 32 (12.89% from 255 or 32.65% from 98); Blue value is 16 (6.64% from 255 or 16.33% from 98); Max value from RGB is 50 - color contains mainly: red. Hex color #322010 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #322010 is #CDDFEF. Grayscale: #232323. Windows color (decimal): -13492208 or 1056818. OLE color: 1056818.
HSL color Cylindrical-coordinate representation of color #322010: hue angle of 28.24º 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 #322010 is Cyan = 0, Magento = 0.36, Yellow = 0.68 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 50 | 32 | 16 | - |
| CMYK | 0 | 0.36 | 0.68 | 0.80 |
| HSL | 28.24º | 0.52% | 0.13% | - |
| HSV(B) | 28.24º | 0.68% | 0.2% | - |
| XYZ | 1.93 | 1.75 | 0.73 | - |
| YUV | 35.56 | 116.96 | 138.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 32 | 16 | 0 | 0.36 | 0.68 | 0.80 | 28.24 | 0.52 | 0.13 |
| Hex | 32 | 20 | 10 | 0 | 24 | 44 | 50 | 1C | 34 | D |
| Octal | 62 | 40 | 20 | 0 | 44 | 104 | 120 | 34 | 64 | 15 |
| Binary | 110010 | 100000 | 10000 | 0 | 100100 | 1000100 | 1010000 | 11100 | 110100 | 1101 |
Color Harmonies of #322010
Complementary color
Monochromatic Colors of #322010
Black with #322010
Text Example
Text Example
White with #322010
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #322010; }
p { color: rgb(50,32,16); }
H1.HeaderClassName
{
color: #322010;
}
.AnyTagClassName
{
color: #322010;
}
</style>
background-color css
<style>
a { background-color: #322010; }
a { background-color: rgb(50,32,16); }
div.DivClassName
{
background-color: #322010;
}
.BgClassName
{
background-color: #322010;
}
</style>
border-color css
<style>
span { border-color: #322010; }
span { border-color: rgb(50,32,16); }
td.TdClassName
{
border-color: #322010;
}
.TagClassName
{
border-color: #322010;
}
</style>