Shades of Cocoa Brown #321800
Tints of Cocoa Brown #321800
RGB
CMYK
RGB Variations
Color information
#321800 (or 0x321800) is known color: Cocoa Brown. HEX triplet: 32, 18 and 00. RGB value is (50,24,0). Sum of RGB (Red+Green+Blue) = 50+24+0=74 (9% of max value = 765). Red value is 50 (19.92% from 255 or 67.57% from 74); Green value is 24 (9.77% from 255 or 32.43% from 74); Blue value is 0 (0.39% from 255 or 0% from 74); Max value from RGB is 50 - color contains mainly: red. Hex color #321800 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #321800 is #CDE7FF. Grayscale: #1D1D1D. Windows color (decimal): -13494272 or 6194. OLE color: 6194.
HSL color Cylindrical-coordinate representation of color #321800: hue angle of 28.8º 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 #321800 is Cyan = 0, Magento = 0.52, Yellow = 1 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 50 | 24 | 0 | - |
| CMYK | 0 | 0.52 | 1 | 0.80 |
| HSL | 28.8º | 1% | 0.1% | - |
| HSV(B) | 28.8º | 1% | 0.2% | - |
| XYZ | 1.64 | 1.33 | 0.17 | - |
| YUV | 29.04 | 111.61 | 142.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 24 | 0 | 0 | 0.52 | 1 | 0.80 | 28.8 | 1 | 0.1 |
| Hex | 32 | 18 | 0 | 0 | 34 | 64 | 50 | 1D | 64 | A |
| Octal | 62 | 30 | 0 | 0 | 64 | 144 | 120 | 35 | 144 | 12 |
| Binary | 110010 | 11000 | 0 | 0 | 110100 | 1100100 | 1010000 | 11101 | 1100100 | 1010 |
Color Harmonies of #321800
Complementary color
Monochromatic Colors of #321800
Black with #321800
Text Example
Text Example
White with #321800
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #321800; }
p { color: rgb(50,24,0); }
H1.HeaderClassName
{
color: #321800;
}
.AnyTagClassName
{
color: #321800;
}
</style>
background-color css
<style>
a { background-color: #321800; }
a { background-color: rgb(50,24,0); }
div.DivClassName
{
background-color: #321800;
}
.BgClassName
{
background-color: #321800;
}
</style>
border-color css
<style>
span { border-color: #321800; }
span { border-color: rgb(50,24,0); }
td.TdClassName
{
border-color: #321800;
}
.TagClassName
{
border-color: #321800;
}
</style>