Shades of Cocoa Brown #321F00
Tints of Cocoa Brown #321F00
RGB
CMYK
RGB Variations
Color information
#321F00 (or 0x321F00) is known color: Cocoa Brown. HEX triplet: 32, 1F and 00. RGB value is (50,31,0). Sum of RGB (Red+Green+Blue) = 50+31+0=81 (10% of max value = 765). Red value is 50 (19.92% from 255 or 61.73% from 81); Green value is 31 (12.5% from 255 or 38.27% from 81); Blue value is 0 (0.39% from 255 or 0% from 81); Max value from RGB is 50 - color contains mainly: red. Hex color #321F00 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #321F00 is #CDE0FF. Grayscale: #212121. Windows color (decimal): -13492480 or 7986. OLE color: 7986.
HSL color Cylindrical-coordinate representation of color #321F00: hue angle of 37.2º 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 #321F00 is Cyan = 0, Magento = 0.38, Yellow = 1 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 50 | 31 | 0 | - |
| CMYK | 0 | 0.38 | 1 | 0.80 |
| HSL | 37.2º | 1% | 0.1% | - |
| HSV(B) | 37.2º | 1% | 0.2% | - |
| XYZ | 1.81 | 1.66 | 0.22 | - |
| YUV | 33.15 | 109.29 | 140.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 31 | 0 | 0 | 0.38 | 1 | 0.80 | 37.2 | 1 | 0.1 |
| Hex | 32 | 1F | 0 | 0 | 26 | 64 | 50 | 25 | 64 | A |
| Octal | 62 | 37 | 0 | 0 | 46 | 144 | 120 | 45 | 144 | 12 |
| Binary | 110010 | 11111 | 0 | 0 | 100110 | 1100100 | 1010000 | 100101 | 1100100 | 1010 |
Color Harmonies of #321F00
Complementary color
Monochromatic Colors of #321F00
Black with #321F00
Text Example
Text Example
White with #321F00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #321F00; }
p { color: rgb(50,31,0); }
H1.HeaderClassName
{
color: #321F00;
}
.AnyTagClassName
{
color: #321F00;
}
</style>
background-color css
<style>
a { background-color: #321F00; }
a { background-color: rgb(50,31,0); }
div.DivClassName
{
background-color: #321F00;
}
.BgClassName
{
background-color: #321F00;
}
</style>
border-color css
<style>
span { border-color: #321F00; }
span { border-color: rgb(50,31,0); }
td.TdClassName
{
border-color: #321F00;
}
.TagClassName
{
border-color: #321F00;
}
</style>