Shades of Cocoa Brown #2E1F11
Tints of Cocoa Brown #2E1F11
RGB
CMYK
RGB Variations
Color information
#2E1F11 (or 0x2E1F11) is known color: Cocoa Brown. HEX triplet: 2E, 1F and 11. RGB value is (46,31,17). Sum of RGB (Red+Green+Blue) = 46+31+17=94 (12% of max value = 765). Red value is 46 (18.36% from 255 or 48.94% from 94); Green value is 31 (12.5% from 255 or 32.98% from 94); Blue value is 17 (7.03% from 255 or 18.09% from 94); Max value from RGB is 46 - color contains mainly: red. Hex color #2E1F11 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2E1F11 is #D1E0EE. Grayscale: #212121. Windows color (decimal): -13754607 or 1122094. OLE color: 1122094.
HSL color Cylindrical-coordinate representation of color #2E1F11: hue angle of 28.97º degrees, saturation: 0.46, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #2E1F11 is Cyan = 0, Magento = 0.33, Yellow = 0.63 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 46 | 31 | 17 | - |
| CMYK | 0 | 0.33 | 0.63 | 0.82 |
| HSL | 28.97º | 0.46% | 0.12% | - |
| HSV(B) | 28.97º | 0.63% | 0.18% | - |
| XYZ | 1.72 | 1.6 | 0.75 | - |
| YUV | 33.89 | 118.47 | 136.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 31 | 17 | 0 | 0.33 | 0.63 | 0.82 | 28.97 | 0.46 | 0.12 |
| Hex | 2E | 1F | 11 | 0 | 21 | 3F | 52 | 1D | 2E | C |
| Octal | 56 | 37 | 21 | 0 | 41 | 77 | 122 | 35 | 56 | 14 |
| Binary | 101110 | 11111 | 10001 | 0 | 100001 | 111111 | 1010010 | 11101 | 101110 | 1100 |
Color Harmonies of #2E1F11
Complementary color
Monochromatic Colors of #2E1F11
Black with #2E1F11
Text Example
Text Example
White with #2E1F11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E1F11; }
p { color: rgb(46,31,17); }
H1.HeaderClassName
{
color: #2E1F11;
}
.AnyTagClassName
{
color: #2E1F11;
}
</style>
background-color css
<style>
a { background-color: #2E1F11; }
a { background-color: rgb(46,31,17); }
div.DivClassName
{
background-color: #2E1F11;
}
.BgClassName
{
background-color: #2E1F11;
}
</style>
border-color css
<style>
span { border-color: #2E1F11; }
span { border-color: rgb(46,31,17); }
td.TdClassName
{
border-color: #2E1F11;
}
.TagClassName
{
border-color: #2E1F11;
}
</style>