Shades of Cocoa Brown #2E1E11
Tints of Cocoa Brown #2E1E11
RGB
CMYK
RGB Variations
Color information
#2E1E11 (or 0x2E1E11) is known color: Cocoa Brown. HEX triplet: 2E, 1E and 11. RGB value is (46,30,17). Sum of RGB (Red+Green+Blue) = 46+30+17=93 (12% of max value = 765). Red value is 46 (18.36% from 255 or 49.46% from 93); Green value is 30 (12.11% from 255 or 32.26% from 93); Blue value is 17 (7.03% from 255 or 18.28% from 93); Max value from RGB is 46 - color contains mainly: red. Hex color #2E1E11 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2E1E11 is #D1E1EE. Grayscale: #212121. Windows color (decimal): -13754863 or 1121838. OLE color: 1121838.
HSL color Cylindrical-coordinate representation of color #2E1E11: hue angle of 26.9º 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 #2E1E11 is Cyan = 0, Magento = 0.35, Yellow = 0.63 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 46 | 30 | 17 | - |
| CMYK | 0 | 0.35 | 0.63 | 0.82 |
| HSL | 26.9º | 0.46% | 0.12% | - |
| HSV(B) | 26.9º | 0.63% | 0.18% | - |
| XYZ | 1.69 | 1.55 | 0.74 | - |
| YUV | 33.3 | 118.8 | 137.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 30 | 17 | 0 | 0.35 | 0.63 | 0.82 | 26.9 | 0.46 | 0.12 |
| Hex | 2E | 1E | 11 | 0 | 23 | 3F | 52 | 1B | 2E | C |
| Octal | 56 | 36 | 21 | 0 | 43 | 77 | 122 | 33 | 56 | 14 |
| Binary | 101110 | 11110 | 10001 | 0 | 100011 | 111111 | 1010010 | 11011 | 101110 | 1100 |
Color Harmonies of #2E1E11
Complementary color
Monochromatic Colors of #2E1E11
Black with #2E1E11
Text Example
Text Example
White with #2E1E11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E1E11; }
p { color: rgb(46,30,17); }
H1.HeaderClassName
{
color: #2E1E11;
}
.AnyTagClassName
{
color: #2E1E11;
}
</style>
background-color css
<style>
a { background-color: #2E1E11; }
a { background-color: rgb(46,30,17); }
div.DivClassName
{
background-color: #2E1E11;
}
.BgClassName
{
background-color: #2E1E11;
}
</style>
border-color css
<style>
span { border-color: #2E1E11; }
span { border-color: rgb(46,30,17); }
td.TdClassName
{
border-color: #2E1E11;
}
.TagClassName
{
border-color: #2E1E11;
}
</style>