Shades of Cocoa Brown #312008
Tints of Cocoa Brown #312008
RGB
CMYK
RGB Variations
Color information
#312008 (or 0x312008) is known color: Cocoa Brown. HEX triplet: 31, 20 and 08. RGB value is (49,32,8). Sum of RGB (Red+Green+Blue) = 49+32+8=89 (11% of max value = 765). Red value is 49 (19.53% from 255 or 55.06% from 89); Green value is 32 (12.89% from 255 or 35.96% from 89); Blue value is 8 (3.52% from 255 or 8.99% from 89); Max value from RGB is 49 - color contains mainly: red. Hex color #312008 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #312008 is #CEDFF7. Grayscale: #222222. Windows color (decimal): -13557752 or 532529. OLE color: 532529.
HSL color Cylindrical-coordinate representation of color #312008: hue angle of 35.12º degrees, saturation: 0.72, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #312008 is Cyan = 0, Magento = 0.35, Yellow = 0.84 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 49 | 32 | 8 | - |
| CMYK | 0 | 0.35 | 0.84 | 0.81 |
| HSL | 35.12º | 0.72% | 0.11% | - |
| HSV(B) | 35.12º | 0.84% | 0.19% | - |
| XYZ | 1.83 | 1.7 | 0.46 | - |
| YUV | 34.35 | 113.13 | 138.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 32 | 8 | 0 | 0.35 | 0.84 | 0.81 | 35.12 | 0.72 | 0.11 |
| Hex | 31 | 20 | 8 | 0 | 23 | 54 | 51 | 23 | 48 | B |
| Octal | 61 | 40 | 10 | 0 | 43 | 124 | 121 | 43 | 110 | 13 |
| Binary | 110001 | 100000 | 1000 | 0 | 100011 | 1010100 | 1010001 | 100011 | 1001000 | 1011 |
Color Harmonies of #312008
Complementary color
Monochromatic Colors of #312008
Black with #312008
Text Example
Text Example
White with #312008
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #312008; }
p { color: rgb(49,32,8); }
H1.HeaderClassName
{
color: #312008;
}
.AnyTagClassName
{
color: #312008;
}
</style>
background-color css
<style>
a { background-color: #312008; }
a { background-color: rgb(49,32,8); }
div.DivClassName
{
background-color: #312008;
}
.BgClassName
{
background-color: #312008;
}
</style>
border-color css
<style>
span { border-color: #312008; }
span { border-color: rgb(49,32,8); }
td.TdClassName
{
border-color: #312008;
}
.TagClassName
{
border-color: #312008;
}
</style>