Shades of Cocoa Brown #312413
Tints of Cocoa Brown #312413
RGB
CMYK
RGB Variations
Color information
#312413 (or 0x312413) is known color: Cocoa Brown. HEX triplet: 31, 24 and 13. RGB value is (49,36,19). Sum of RGB (Red+Green+Blue) = 49+36+19=104 (13% of max value = 765). Red value is 49 (19.53% from 255 or 47.12% from 104); Green value is 36 (14.45% from 255 or 34.62% from 104); Blue value is 19 (7.81% from 255 or 18.27% from 104); Max value from RGB is 49 - color contains mainly: red. Hex color #312413 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #312413 is #CEDBEC. Grayscale: #262626. Windows color (decimal): -13556717 or 1254449. OLE color: 1254449.
HSL color Cylindrical-coordinate representation of color #312413: hue angle of 34º 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 #312413 is Cyan = 0, Magento = 0.27, Yellow = 0.61 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 49 | 36 | 19 | - |
| CMYK | 0 | 0.27 | 0.61 | 0.81 |
| HSL | 34º | 0.44% | 0.13% | - |
| HSV(B) | 34º | 0.61% | 0.19% | - |
| XYZ | 2.02 | 1.96 | 0.89 | - |
| YUV | 37.95 | 117.31 | 135.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 36 | 19 | 0 | 0.27 | 0.61 | 0.81 | 34 | 0.44 | 0.13 |
| Hex | 31 | 24 | 13 | 0 | 1B | 3D | 51 | 22 | 2C | D |
| Octal | 61 | 44 | 23 | 0 | 33 | 75 | 121 | 42 | 54 | 15 |
| Binary | 110001 | 100100 | 10011 | 0 | 11011 | 111101 | 1010001 | 100010 | 101100 | 1101 |
Color Harmonies of #312413
Complementary color
Monochromatic Colors of #312413
Black with #312413
Text Example
Text Example
White with #312413
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #312413; }
p { color: rgb(49,36,19); }
H1.HeaderClassName
{
color: #312413;
}
.AnyTagClassName
{
color: #312413;
}
</style>
background-color css
<style>
a { background-color: #312413; }
a { background-color: rgb(49,36,19); }
div.DivClassName
{
background-color: #312413;
}
.BgClassName
{
background-color: #312413;
}
</style>
border-color css
<style>
span { border-color: #312413; }
span { border-color: rgb(49,36,19); }
td.TdClassName
{
border-color: #312413;
}
.TagClassName
{
border-color: #312413;
}
</style>