Shades of Cocoa Brown #311E10
Tints of Cocoa Brown #311E10
RGB
CMYK
RGB Variations
Color information
#311E10 (or 0x311E10) is known color: Cocoa Brown. HEX triplet: 31, 1E and 10. RGB value is (49,30,16). Sum of RGB (Red+Green+Blue) = 49+30+16=95 (12% of max value = 765). Red value is 49 (19.53% from 255 or 51.58% from 95); Green value is 30 (12.11% from 255 or 31.58% from 95); Blue value is 16 (6.64% from 255 or 16.84% from 95); Max value from RGB is 49 - color contains mainly: red. Hex color #311E10 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #311E10 is #CEE1EF. Grayscale: #222222. Windows color (decimal): -13558256 or 1056305. OLE color: 1056305.
HSL color Cylindrical-coordinate representation of color #311E10: hue angle of 25.45º degrees, saturation: 0.51, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #311E10 is Cyan = 0, Magento = 0.39, Yellow = 0.67 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 49 | 30 | 16 | - |
| CMYK | 0 | 0.39 | 0.67 | 0.81 |
| HSL | 25.45º | 0.51% | 0.13% | - |
| HSV(B) | 25.45º | 0.67% | 0.19% | - |
| XYZ | 1.82 | 1.62 | 0.71 | - |
| YUV | 34.09 | 117.79 | 138.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 30 | 16 | 0 | 0.39 | 0.67 | 0.81 | 25.45 | 0.51 | 0.13 |
| Hex | 31 | 1E | 10 | 0 | 27 | 43 | 51 | 19 | 33 | D |
| Octal | 61 | 36 | 20 | 0 | 47 | 103 | 121 | 31 | 63 | 15 |
| Binary | 110001 | 11110 | 10000 | 0 | 100111 | 1000011 | 1010001 | 11001 | 110011 | 1101 |
Color Harmonies of #311E10
Complementary color
Monochromatic Colors of #311E10
Black with #311E10
Text Example
Text Example
White with #311E10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #311E10; }
p { color: rgb(49,30,16); }
H1.HeaderClassName
{
color: #311E10;
}
.AnyTagClassName
{
color: #311E10;
}
</style>
background-color css
<style>
a { background-color: #311E10; }
a { background-color: rgb(49,30,16); }
div.DivClassName
{
background-color: #311E10;
}
.BgClassName
{
background-color: #311E10;
}
</style>
border-color css
<style>
span { border-color: #311E10; }
span { border-color: rgb(49,30,16); }
td.TdClassName
{
border-color: #311E10;
}
.TagClassName
{
border-color: #311E10;
}
</style>