Shades of Cocoa Brown #2E2212
Tints of Cocoa Brown #2E2212
RGB
CMYK
RGB Variations
Color information
#2E2212 (or 0x2E2212) is known color: Cocoa Brown. HEX triplet: 2E, 22 and 12. RGB value is (46,34,18). Sum of RGB (Red+Green+Blue) = 46+34+18=98 (12% of max value = 765). Red value is 46 (18.36% from 255 or 46.94% from 98); Green value is 34 (13.67% from 255 or 34.69% from 98); Blue value is 18 (7.42% from 255 or 18.37% from 98); Max value from RGB is 46 - color contains mainly: red. Hex color #2E2212 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2E2212 is #D1DDED. Grayscale: #232323. Windows color (decimal): -13753838 or 1188398. OLE color: 1188398.
HSL color Cylindrical-coordinate representation of color #2E2212: hue angle of 34.29º degrees, saturation: 0.44, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #2E2212 is Cyan = 0, Magento = 0.26, Yellow = 0.61 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 46 | 34 | 18 | - |
| CMYK | 0 | 0.26 | 0.61 | 0.82 |
| HSL | 34.29º | 0.44% | 0.13% | - |
| HSV(B) | 34.29º | 0.61% | 0.18% | - |
| XYZ | 1.81 | 1.77 | 0.82 | - |
| YUV | 35.76 | 117.98 | 135.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 34 | 18 | 0 | 0.26 | 0.61 | 0.82 | 34.29 | 0.44 | 0.13 |
| Hex | 2E | 22 | 12 | 0 | 1A | 3D | 52 | 22 | 2C | D |
| Octal | 56 | 42 | 22 | 0 | 32 | 75 | 122 | 42 | 54 | 15 |
| Binary | 101110 | 100010 | 10010 | 0 | 11010 | 111101 | 1010010 | 100010 | 101100 | 1101 |
Color Harmonies of #2E2212
Complementary color
Monochromatic Colors of #2E2212
Black with #2E2212
Text Example
Text Example
White with #2E2212
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E2212; }
p { color: rgb(46,34,18); }
H1.HeaderClassName
{
color: #2E2212;
}
.AnyTagClassName
{
color: #2E2212;
}
</style>
background-color css
<style>
a { background-color: #2E2212; }
a { background-color: rgb(46,34,18); }
div.DivClassName
{
background-color: #2E2212;
}
.BgClassName
{
background-color: #2E2212;
}
</style>
border-color css
<style>
span { border-color: #2E2212; }
span { border-color: rgb(46,34,18); }
td.TdClassName
{
border-color: #2E2212;
}
.TagClassName
{
border-color: #2E2212;
}
</style>