Shades of Cocoa Brown #2E200B
Tints of Cocoa Brown #2E200B
RGB
CMYK
RGB Variations
Color information
#2E200B (or 0x2E200B) is known color: Cocoa Brown. HEX triplet: 2E, 20 and 0B. RGB value is (46,32,11). Sum of RGB (Red+Green+Blue) = 46+32+11=89 (11% of max value = 765). Red value is 46 (18.36% from 255 or 51.69% from 89); Green value is 32 (12.89% from 255 or 35.96% from 89); Blue value is 11 (4.69% from 255 or 12.36% from 89); Max value from RGB is 46 - color contains mainly: red. Hex color #2E200B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2E200B is #D1DFF4. Grayscale: #212121. Windows color (decimal): -13754357 or 729134. OLE color: 729134.
HSL color Cylindrical-coordinate representation of color #2E200B: hue angle of 36º degrees, saturation: 0.61, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2E200B is Cyan = 0, Magento = 0.30, Yellow = 0.76 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 46 | 32 | 11 | - |
| CMYK | 0 | 0.30 | 0.76 | 0.82 |
| HSL | 36º | 0.61% | 0.11% | - |
| HSV(B) | 36º | 0.76% | 0.18% | - |
| XYZ | 1.7 | 1.64 | 0.54 | - |
| YUV | 33.79 | 115.14 | 136.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 32 | 11 | 0 | 0.30 | 0.76 | 0.82 | 36 | 0.61 | 0.11 |
| Hex | 2E | 20 | B | 0 | 1E | 4C | 52 | 24 | 3D | B |
| Octal | 56 | 40 | 13 | 0 | 36 | 114 | 122 | 44 | 75 | 13 |
| Binary | 101110 | 100000 | 1011 | 0 | 11110 | 1001100 | 1010010 | 100100 | 111101 | 1011 |
Color Harmonies of #2E200B
Complementary color
Monochromatic Colors of #2E200B
Black with #2E200B
Text Example
Text Example
White with #2E200B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E200B; }
p { color: rgb(46,32,11); }
H1.HeaderClassName
{
color: #2E200B;
}
.AnyTagClassName
{
color: #2E200B;
}
</style>
background-color css
<style>
a { background-color: #2E200B; }
a { background-color: rgb(46,32,11); }
div.DivClassName
{
background-color: #2E200B;
}
.BgClassName
{
background-color: #2E200B;
}
</style>
border-color css
<style>
span { border-color: #2E200B; }
span { border-color: rgb(46,32,11); }
td.TdClassName
{
border-color: #2E200B;
}
.TagClassName
{
border-color: #2E200B;
}
</style>