Shades of Cocoa Brown #322002
Tints of Cocoa Brown #322002
RGB
CMYK
RGB Variations
Color information
#322002 (or 0x322002) is known color: Cocoa Brown. HEX triplet: 32, 20 and 02. RGB value is (50,32,2). Sum of RGB (Red+Green+Blue) = 50+32+2=84 (11% of max value = 765). Red value is 50 (19.92% from 255 or 59.52% from 84); Green value is 32 (12.89% from 255 or 38.10% from 84); Blue value is 2 (1.17% from 255 or 2.38% from 84); Max value from RGB is 50 - color contains mainly: red. Hex color #322002 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #322002 is #CDDFFD. Grayscale: #222222. Windows color (decimal): -13492222 or 139314. OLE color: 139314.
HSL color Cylindrical-coordinate representation of color #322002: hue angle of 37.5º degrees, saturation: 0.92, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #322002 is Cyan = 0, Magento = 0.36, Yellow = 0.96 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 50 | 32 | 2 | - |
| CMYK | 0 | 0.36 | 0.96 | 0.80 |
| HSL | 37.5º | 0.92% | 0.1% | - |
| HSV(B) | 37.5º | 0.96% | 0.2% | - |
| XYZ | 1.84 | 1.72 | 0.29 | - |
| YUV | 33.96 | 109.96 | 139.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 32 | 2 | 0 | 0.36 | 0.96 | 0.80 | 37.5 | 0.92 | 0.1 |
| Hex | 32 | 20 | 2 | 0 | 24 | 60 | 50 | 26 | 5C | A |
| Octal | 62 | 40 | 2 | 0 | 44 | 140 | 120 | 46 | 134 | 12 |
| Binary | 110010 | 100000 | 10 | 0 | 100100 | 1100000 | 1010000 | 100110 | 1011100 | 1010 |
Color Harmonies of #322002
Complementary color
Monochromatic Colors of #322002
Black with #322002
Text Example
Text Example
White with #322002
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #322002; }
p { color: rgb(50,32,2); }
H1.HeaderClassName
{
color: #322002;
}
.AnyTagClassName
{
color: #322002;
}
</style>
background-color css
<style>
a { background-color: #322002; }
a { background-color: rgb(50,32,2); }
div.DivClassName
{
background-color: #322002;
}
.BgClassName
{
background-color: #322002;
}
</style>
border-color css
<style>
span { border-color: #322002; }
span { border-color: rgb(50,32,2); }
td.TdClassName
{
border-color: #322002;
}
.TagClassName
{
border-color: #322002;
}
</style>