Shades of Cocoa Brown #322000
Tints of Cocoa Brown #322000
RGB
CMYK
RGB Variations
Color information
#322000 (or 0x322000) is known color: Cocoa Brown. HEX triplet: 32, 20 and 00. RGB value is (50,32,0). Sum of RGB (Red+Green+Blue) = 50+32+0=82 (10% of max value = 765). Red value is 50 (19.92% from 255 or 60.98% from 82); Green value is 32 (12.89% from 255 or 39.02% from 82); Blue value is 0 (0.39% from 255 or 0% from 82); Max value from RGB is 50 - color contains mainly: red. Hex color #322000 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #322000 is #CDDFFF. Grayscale: #212121. Windows color (decimal): -13492224 or 8242. OLE color: 8242.
HSL color Cylindrical-coordinate representation of color #322000: hue angle of 38.4º degrees, saturation: 1, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 1%. Process color model (Four color, CMYK) of #322000 is Cyan = 0, Magento = 0.36, Yellow = 1 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 50 | 32 | 0 | - |
| CMYK | 0 | 0.36 | 1 | 0.80 |
| HSL | 38.4º | 1% | 0.1% | - |
| HSV(B) | 38.4º | 1% | 0.2% | - |
| XYZ | 1.83 | 1.71 | 0.23 | - |
| YUV | 33.73 | 108.96 | 139.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 32 | 0 | 0 | 0.36 | 1 | 0.80 | 38.4 | 1 | 0.1 |
| Hex | 32 | 20 | 0 | 0 | 24 | 64 | 50 | 26 | 64 | A |
| Octal | 62 | 40 | 0 | 0 | 44 | 144 | 120 | 46 | 144 | 12 |
| Binary | 110010 | 100000 | 0 | 0 | 100100 | 1100100 | 1010000 | 100110 | 1100100 | 1010 |
Color Harmonies of #322000
Complementary color
Monochromatic Colors of #322000
Black with #322000
Text Example
Text Example
White with #322000
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #322000; }
p { color: rgb(50,32,0); }
H1.HeaderClassName
{
color: #322000;
}
.AnyTagClassName
{
color: #322000;
}
</style>
background-color css
<style>
a { background-color: #322000; }
a { background-color: rgb(50,32,0); }
div.DivClassName
{
background-color: #322000;
}
.BgClassName
{
background-color: #322000;
}
</style>
border-color css
<style>
span { border-color: #322000; }
span { border-color: rgb(50,32,0); }
td.TdClassName
{
border-color: #322000;
}
.TagClassName
{
border-color: #322000;
}
</style>