Shades of Cocoa Brown #2E200D
Tints of Cocoa Brown #2E200D
RGB
CMYK
RGB Variations
Color information
#2E200D (or 0x2E200D) is known color: Cocoa Brown. HEX triplet: 2E, 20 and 0D. RGB value is (46,32,13). Sum of RGB (Red+Green+Blue) = 46+32+13=91 (12% of max value = 765). Red value is 46 (18.36% from 255 or 50.55% from 91); Green value is 32 (12.89% from 255 or 35.16% from 91); Blue value is 13 (5.47% from 255 or 14.29% from 91); Max value from RGB is 46 - color contains mainly: red. Hex color #2E200D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2E200D is #D1DFF2. Grayscale: #222222. Windows color (decimal): -13754355 or 860206. OLE color: 860206.
HSL color Cylindrical-coordinate representation of color #2E200D: hue angle of 34.55º degrees, saturation: 0.56, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #2E200D is Cyan = 0, Magento = 0.30, Yellow = 0.72 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 46 | 32 | 13 | - |
| CMYK | 0 | 0.30 | 0.72 | 0.82 |
| HSL | 34.55º | 0.56% | 0.12% | - |
| HSV(B) | 34.55º | 0.72% | 0.18% | - |
| XYZ | 1.72 | 1.64 | 0.61 | - |
| YUV | 34.02 | 116.14 | 136.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 32 | 13 | 0 | 0.30 | 0.72 | 0.82 | 34.55 | 0.56 | 0.12 |
| Hex | 2E | 20 | D | 0 | 1E | 48 | 52 | 23 | 38 | C |
| Octal | 56 | 40 | 15 | 0 | 36 | 110 | 122 | 43 | 70 | 14 |
| Binary | 101110 | 100000 | 1101 | 0 | 11110 | 1001000 | 1010010 | 100011 | 111000 | 1100 |
Color Harmonies of #2E200D
Complementary color
Monochromatic Colors of #2E200D
Black with #2E200D
Text Example
Text Example
White with #2E200D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E200D; }
p { color: rgb(46,32,13); }
H1.HeaderClassName
{
color: #2E200D;
}
.AnyTagClassName
{
color: #2E200D;
}
</style>
background-color css
<style>
a { background-color: #2E200D; }
a { background-color: rgb(46,32,13); }
div.DivClassName
{
background-color: #2E200D;
}
.BgClassName
{
background-color: #2E200D;
}
</style>
border-color css
<style>
span { border-color: #2E200D; }
span { border-color: rgb(46,32,13); }
td.TdClassName
{
border-color: #2E200D;
}
.TagClassName
{
border-color: #2E200D;
}
</style>