Shades of Cocoa Brown #312000
Tints of Cocoa Brown #312000
RGB
CMYK
RGB Variations
Color information
#312000 (or 0x312000) is known color: Cocoa Brown. HEX triplet: 31, 20 and 00. RGB value is (49,32,0). Sum of RGB (Red+Green+Blue) = 49+32+0=81 (10% of max value = 765). Red value is 49 (19.53% from 255 or 60.49% from 81); Green value is 32 (12.89% from 255 or 39.51% from 81); Blue value is 0 (0.39% from 255 or 0% from 81); Max value from RGB is 49 - color contains mainly: red. Hex color #312000 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #312000 is #CEDFFF. Grayscale: #212121. Windows color (decimal): -13557760 or 8241. OLE color: 8241.
HSL color Cylindrical-coordinate representation of color #312000: hue angle of 39.18º degrees, saturation: 1, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 1%. Process color model (Four color, CMYK) of #312000 is Cyan = 0, Magento = 0.35, Yellow = 1 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 49 | 32 | 0 | - |
| CMYK | 0 | 0.35 | 1 | 0.81 |
| HSL | 39.18º | 1% | 0.1% | - |
| HSV(B) | 39.18º | 1% | 0.19% | - |
| XYZ | 1.78 | 1.69 | 0.23 | - |
| YUV | 33.44 | 109.13 | 139.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 32 | 0 | 0 | 0.35 | 1 | 0.81 | 39.18 | 1 | 0.1 |
| Hex | 31 | 20 | 0 | 0 | 23 | 64 | 51 | 27 | 64 | A |
| Octal | 61 | 40 | 0 | 0 | 43 | 144 | 121 | 47 | 144 | 12 |
| Binary | 110001 | 100000 | 0 | 0 | 100011 | 1100100 | 1010001 | 100111 | 1100100 | 1010 |
Color Harmonies of #312000
Complementary color
Monochromatic Colors of #312000
Black with #312000
Text Example
Text Example
White with #312000
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #312000; }
p { color: rgb(49,32,0); }
H1.HeaderClassName
{
color: #312000;
}
.AnyTagClassName
{
color: #312000;
}
</style>
background-color css
<style>
a { background-color: #312000; }
a { background-color: rgb(49,32,0); }
div.DivClassName
{
background-color: #312000;
}
.BgClassName
{
background-color: #312000;
}
</style>
border-color css
<style>
span { border-color: #312000; }
span { border-color: rgb(49,32,0); }
td.TdClassName
{
border-color: #312000;
}
.TagClassName
{
border-color: #312000;
}
</style>