Shades of Cocoa Brown #312113
Tints of Cocoa Brown #312113
RGB
CMYK
RGB Variations
Color information
#312113 (or 0x312113) is known color: Cocoa Brown. HEX triplet: 31, 21 and 13. RGB value is (49,33,19). Sum of RGB (Red+Green+Blue) = 49+33+19=101 (13% of max value = 765). Red value is 49 (19.53% from 255 or 48.51% from 101); Green value is 33 (13.28% from 255 or 32.67% from 101); Blue value is 19 (7.81% from 255 or 18.81% from 101); Max value from RGB is 49 - color contains mainly: red. Hex color #312113 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #312113 is #CEDEEC. Grayscale: #242424. Windows color (decimal): -13557485 or 1253681. OLE color: 1253681.
HSL color Cylindrical-coordinate representation of color #312113: hue angle of 28º degrees, saturation: 0.44, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #312113 is Cyan = 0, Magento = 0.33, Yellow = 0.61 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 49 | 33 | 19 | - |
| CMYK | 0 | 0.33 | 0.61 | 0.81 |
| HSL | 28º | 0.44% | 0.13% | - |
| HSV(B) | 28º | 0.61% | 0.19% | - |
| XYZ | 1.93 | 1.79 | 0.86 | - |
| YUV | 36.19 | 118.3 | 137.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 33 | 19 | 0 | 0.33 | 0.61 | 0.81 | 28 | 0.44 | 0.13 |
| Hex | 31 | 21 | 13 | 0 | 21 | 3D | 51 | 1C | 2C | D |
| Octal | 61 | 41 | 23 | 0 | 41 | 75 | 121 | 34 | 54 | 15 |
| Binary | 110001 | 100001 | 10011 | 0 | 100001 | 111101 | 1010001 | 11100 | 101100 | 1101 |
Color Harmonies of #312113
Complementary color
Monochromatic Colors of #312113
Black with #312113
Text Example
Text Example
White with #312113
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #312113; }
p { color: rgb(49,33,19); }
H1.HeaderClassName
{
color: #312113;
}
.AnyTagClassName
{
color: #312113;
}
</style>
background-color css
<style>
a { background-color: #312113; }
a { background-color: rgb(49,33,19); }
div.DivClassName
{
background-color: #312113;
}
.BgClassName
{
background-color: #312113;
}
</style>
border-color css
<style>
span { border-color: #312113; }
span { border-color: rgb(49,33,19); }
td.TdClassName
{
border-color: #312113;
}
.TagClassName
{
border-color: #312113;
}
</style>