Shades of Cocoa Brown #312415
Tints of Cocoa Brown #312415
RGB
CMYK
RGB Variations
Color information
#312415 (or 0x312415) is known color: Cocoa Brown. HEX triplet: 31, 24 and 15. RGB value is (49,36,21). Sum of RGB (Red+Green+Blue) = 49+36+21=106 (14% of max value = 765). Red value is 49 (19.53% from 255 or 46.23% from 106); Green value is 36 (14.45% from 255 or 33.96% from 106); Blue value is 21 (8.59% from 255 or 19.81% from 106); Max value from RGB is 49 - color contains mainly: red. Hex color #312415 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #312415 is #CEDBEA. Grayscale: #262626. Windows color (decimal): -13556715 or 1385521. OLE color: 1385521.
HSL color Cylindrical-coordinate representation of color #312415: hue angle of 32.14º degrees, saturation: 0.4, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #312415 is Cyan = 0, Magento = 0.27, Yellow = 0.57 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 49 | 36 | 21 | - |
| CMYK | 0 | 0.27 | 0.57 | 0.81 |
| HSL | 32.14º | 0.4% | 0.14% | - |
| HSV(B) | 32.14º | 0.57% | 0.19% | - |
| XYZ | 2.03 | 1.97 | 0.98 | - |
| YUV | 38.18 | 118.31 | 135.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 36 | 21 | 0 | 0.27 | 0.57 | 0.81 | 32.14 | 0.4 | 0.14 |
| Hex | 31 | 24 | 15 | 0 | 1B | 39 | 51 | 20 | 28 | E |
| Octal | 61 | 44 | 25 | 0 | 33 | 71 | 121 | 40 | 50 | 16 |
| Binary | 110001 | 100100 | 10101 | 0 | 11011 | 111001 | 1010001 | 100000 | 101000 | 1110 |
Color Harmonies of #312415
Complementary color
Monochromatic Colors of #312415
Black with #312415
Text Example
Text Example
White with #312415
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #312415; }
p { color: rgb(49,36,21); }
H1.HeaderClassName
{
color: #312415;
}
.AnyTagClassName
{
color: #312415;
}
</style>
background-color css
<style>
a { background-color: #312415; }
a { background-color: rgb(49,36,21); }
div.DivClassName
{
background-color: #312415;
}
.BgClassName
{
background-color: #312415;
}
</style>
border-color css
<style>
span { border-color: #312415; }
span { border-color: rgb(49,36,21); }
td.TdClassName
{
border-color: #312415;
}
.TagClassName
{
border-color: #312415;
}
</style>