Shades of Cocoa Brown #321E00
Tints of Cocoa Brown #321E00
RGB
CMYK
RGB Variations
Color information
#321E00 (or 0x321E00) is known color: Cocoa Brown. HEX triplet: 32, 1E and 00. RGB value is (50,30,0). Sum of RGB (Red+Green+Blue) = 50+30+0=80 (10% of max value = 765). Red value is 50 (19.92% from 255 or 62.5% from 80); Green value is 30 (12.11% from 255 or 37.5% from 80); Blue value is 0 (0.39% from 255 or 0% from 80); Max value from RGB is 50 - color contains mainly: red. Hex color #321E00 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #321E00 is #CDE1FF. Grayscale: #202020. Windows color (decimal): -13492736 or 7730. OLE color: 7730.
HSL color Cylindrical-coordinate representation of color #321E00: hue angle of 36º 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 #321E00 is Cyan = 0, Magento = 0.40, Yellow = 1 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 50 | 30 | 0 | - |
| CMYK | 0 | 0.40 | 1 | 0.80 |
| HSL | 36º | 1% | 0.1% | - |
| HSV(B) | 36º | 1% | 0.2% | - |
| XYZ | 1.78 | 1.61 | 0.22 | - |
| YUV | 32.56 | 109.63 | 140.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 30 | 0 | 0 | 0.40 | 1 | 0.80 | 36 | 1 | 0.1 |
| Hex | 32 | 1E | 0 | 0 | 28 | 64 | 50 | 24 | 64 | A |
| Octal | 62 | 36 | 0 | 0 | 50 | 144 | 120 | 44 | 144 | 12 |
| Binary | 110010 | 11110 | 0 | 0 | 101000 | 1100100 | 1010000 | 100100 | 1100100 | 1010 |
Color Harmonies of #321E00
Complementary color
Monochromatic Colors of #321E00
Black with #321E00
Text Example
Text Example
White with #321E00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #321E00; }
p { color: rgb(50,30,0); }
H1.HeaderClassName
{
color: #321E00;
}
.AnyTagClassName
{
color: #321E00;
}
</style>
background-color css
<style>
a { background-color: #321E00; }
a { background-color: rgb(50,30,0); }
div.DivClassName
{
background-color: #321E00;
}
.BgClassName
{
background-color: #321E00;
}
</style>
border-color css
<style>
span { border-color: #321E00; }
span { border-color: rgb(50,30,0); }
td.TdClassName
{
border-color: #321E00;
}
.TagClassName
{
border-color: #321E00;
}
</style>