Shades of Cocoa Brown #311E00
Tints of Cocoa Brown #311E00
RGB
CMYK
RGB Variations
Color information
#311E00 (or 0x311E00) is known color: Cocoa Brown. HEX triplet: 31, 1E and 00. RGB value is (49,30,0). Sum of RGB (Red+Green+Blue) = 49+30+0=79 (10% of max value = 765). Red value is 49 (19.53% from 255 or 62.03% from 79); Green value is 30 (12.11% from 255 or 37.97% from 79); Blue value is 0 (0.39% from 255 or 0% from 79); Max value from RGB is 49 - color contains mainly: red. Hex color #311E00 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #311E00 is #CEE1FF. Grayscale: #202020. Windows color (decimal): -13558272 or 7729. OLE color: 7729.
HSL color Cylindrical-coordinate representation of color #311E00: hue angle of 36.73º degrees, saturation: 1, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 1%. Process color model (Four color, CMYK) of #311E00 is Cyan = 0, Magento = 0.39, Yellow = 1 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 49 | 30 | 0 | - |
| CMYK | 0 | 0.39 | 1 | 0.81 |
| HSL | 36.73º | 1% | 0.1% | - |
| HSV(B) | 36.73º | 1% | 0.19% | - |
| XYZ | 1.73 | 1.58 | 0.21 | - |
| YUV | 32.26 | 109.79 | 139.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 30 | 0 | 0 | 0.39 | 1 | 0.81 | 36.73 | 1 | 0.1 |
| Hex | 31 | 1E | 0 | 0 | 27 | 64 | 51 | 25 | 64 | A |
| Octal | 61 | 36 | 0 | 0 | 47 | 144 | 121 | 45 | 144 | 12 |
| Binary | 110001 | 11110 | 0 | 0 | 100111 | 1100100 | 1010001 | 100101 | 1100100 | 1010 |
Color Harmonies of #311E00
Complementary color
Monochromatic Colors of #311E00
Black with #311E00
Text Example
Text Example
White with #311E00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #311E00; }
p { color: rgb(49,30,0); }
H1.HeaderClassName
{
color: #311E00;
}
.AnyTagClassName
{
color: #311E00;
}
</style>
background-color css
<style>
a { background-color: #311E00; }
a { background-color: rgb(49,30,0); }
div.DivClassName
{
background-color: #311E00;
}
.BgClassName
{
background-color: #311E00;
}
</style>
border-color css
<style>
span { border-color: #311E00; }
span { border-color: rgb(49,30,0); }
td.TdClassName
{
border-color: #311E00;
}
.TagClassName
{
border-color: #311E00;
}
</style>