Shades of Cocoa Brown #312011
Tints of Cocoa Brown #312011
RGB
CMYK
RGB Variations
Color information
#312011 (or 0x312011) is known color: Cocoa Brown. HEX triplet: 31, 20 and 11. RGB value is (49,32,17). Sum of RGB (Red+Green+Blue) = 49+32+17=98 (12% of max value = 765). Red value is 49 (19.53% from 255 or 50% from 98); Green value is 32 (12.89% from 255 or 32.65% from 98); Blue value is 17 (7.03% from 255 or 17.35% from 98); Max value from RGB is 49 - color contains mainly: red. Hex color #312011 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #312011 is #CEDFEE. Grayscale: #232323. Windows color (decimal): -13557743 or 1122353. OLE color: 1122353.
HSL color Cylindrical-coordinate representation of color #312011: hue angle of 28.12º degrees, saturation: 0.48, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #312011 is Cyan = 0, Magento = 0.35, Yellow = 0.65 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 49 | 32 | 17 | - |
| CMYK | 0 | 0.35 | 0.65 | 0.81 |
| HSL | 28.13º | 0.48% | 0.13% | - |
| HSV(B) | 28.13º | 0.65% | 0.19% | - |
| XYZ | 1.88 | 1.73 | 0.76 | - |
| YUV | 35.37 | 117.63 | 137.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 32 | 17 | 0 | 0.35 | 0.65 | 0.81 | 28.13 | 0.48 | 0.13 |
| Hex | 31 | 20 | 11 | 0 | 23 | 41 | 51 | 1C | 30 | D |
| Octal | 61 | 40 | 21 | 0 | 43 | 101 | 121 | 34 | 60 | 15 |
| Binary | 110001 | 100000 | 10001 | 0 | 100011 | 1000001 | 1010001 | 11100 | 110000 | 1101 |
Color Harmonies of #312011
Complementary color
Monochromatic Colors of #312011
Black with #312011
Text Example
Text Example
White with #312011
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #312011; }
p { color: rgb(49,32,17); }
H1.HeaderClassName
{
color: #312011;
}
.AnyTagClassName
{
color: #312011;
}
</style>
background-color css
<style>
a { background-color: #312011; }
a { background-color: rgb(49,32,17); }
div.DivClassName
{
background-color: #312011;
}
.BgClassName
{
background-color: #312011;
}
</style>
border-color css
<style>
span { border-color: #312011; }
span { border-color: rgb(49,32,17); }
td.TdClassName
{
border-color: #312011;
}
.TagClassName
{
border-color: #312011;
}
</style>