Shades of Cocoa Brown #312318
Tints of Cocoa Brown #312318
RGB
CMYK
RGB Variations
Color information
#312318 (or 0x312318) is known color: Cocoa Brown. HEX triplet: 31, 23 and 18. RGB value is (49,35,24). Sum of RGB (Red+Green+Blue) = 49+35+24=108 (14% of max value = 765). Red value is 49 (19.53% from 255 or 45.37% from 108); Green value is 35 (14.06% from 255 or 32.41% from 108); Blue value is 24 (9.77% from 255 or 22.22% from 108); Max value from RGB is 49 - color contains mainly: red. Hex color #312318 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #312318 is #CEDCE7. Grayscale: #252525. Windows color (decimal): -13556968 or 1581873. OLE color: 1581873.
HSL color Cylindrical-coordinate representation of color #312318: hue angle of 26.4º degrees, saturation: 0.34, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #312318 is Cyan = 0, Magento = 0.29, Yellow = 0.51 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 49 | 35 | 24 | - |
| CMYK | 0 | 0.29 | 0.51 | 0.81 |
| HSL | 26.4º | 0.34% | 0.14% | - |
| HSV(B) | 26.4º | 0.51% | 0.19% | - |
| XYZ | 2.03 | 1.92 | 1.13 | - |
| YUV | 37.93 | 120.14 | 135.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 35 | 24 | 0 | 0.29 | 0.51 | 0.81 | 26.4 | 0.34 | 0.14 |
| Hex | 31 | 23 | 18 | 0 | 1D | 33 | 51 | 1A | 22 | E |
| Octal | 61 | 43 | 30 | 0 | 35 | 63 | 121 | 32 | 42 | 16 |
| Binary | 110001 | 100011 | 11000 | 0 | 11101 | 110011 | 1010001 | 11010 | 100010 | 1110 |
Color Harmonies of #312318
Complementary color
Monochromatic Colors of #312318
Black with #312318
Text Example
Text Example
White with #312318
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #312318; }
p { color: rgb(49,35,24); }
H1.HeaderClassName
{
color: #312318;
}
.AnyTagClassName
{
color: #312318;
}
</style>
background-color css
<style>
a { background-color: #312318; }
a { background-color: rgb(49,35,24); }
div.DivClassName
{
background-color: #312318;
}
.BgClassName
{
background-color: #312318;
}
</style>
border-color css
<style>
span { border-color: #312318; }
span { border-color: rgb(49,35,24); }
td.TdClassName
{
border-color: #312318;
}
.TagClassName
{
border-color: #312318;
}
</style>