Shades of Cocoa Brown #311E11
Tints of Cocoa Brown #311E11
RGB
CMYK
RGB Variations
Color information
#311E11 (or 0x311E11) is known color: Cocoa Brown. HEX triplet: 31, 1E and 11. RGB value is (49,30,17). Sum of RGB (Red+Green+Blue) = 49+30+17=96 (12% of max value = 765). Red value is 49 (19.53% from 255 or 51.04% from 96); Green value is 30 (12.11% from 255 or 31.25% from 96); Blue value is 17 (7.03% from 255 or 17.71% from 96); Max value from RGB is 49 - color contains mainly: red. Hex color #311E11 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #311E11 is #CEE1EE. Grayscale: #222222. Windows color (decimal): -13558255 or 1121841. OLE color: 1121841.
HSL color Cylindrical-coordinate representation of color #311E11: hue angle of 24.38º degrees, saturation: 0.48, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #311E11 is Cyan = 0, Magento = 0.39, Yellow = 0.65 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 49 | 30 | 17 | - |
| CMYK | 0 | 0.39 | 0.65 | 0.81 |
| HSL | 24.38º | 0.48% | 0.13% | - |
| HSV(B) | 24.38º | 0.65% | 0.19% | - |
| XYZ | 1.83 | 1.62 | 0.75 | - |
| YUV | 34.2 | 118.29 | 138.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 30 | 17 | 0 | 0.39 | 0.65 | 0.81 | 24.38 | 0.48 | 0.13 |
| Hex | 31 | 1E | 11 | 0 | 27 | 41 | 51 | 18 | 30 | D |
| Octal | 61 | 36 | 21 | 0 | 47 | 101 | 121 | 30 | 60 | 15 |
| Binary | 110001 | 11110 | 10001 | 0 | 100111 | 1000001 | 1010001 | 11000 | 110000 | 1101 |
Color Harmonies of #311E11
Complementary color
Monochromatic Colors of #311E11
Black with #311E11
Text Example
Text Example
White with #311E11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #311E11; }
p { color: rgb(49,30,17); }
H1.HeaderClassName
{
color: #311E11;
}
.AnyTagClassName
{
color: #311E11;
}
</style>
background-color css
<style>
a { background-color: #311E11; }
a { background-color: rgb(49,30,17); }
div.DivClassName
{
background-color: #311E11;
}
.BgClassName
{
background-color: #311E11;
}
</style>
border-color css
<style>
span { border-color: #311E11; }
span { border-color: rgb(49,30,17); }
td.TdClassName
{
border-color: #311E11;
}
.TagClassName
{
border-color: #311E11;
}
</style>