Shades of Cocoa Brown #2E2113
Tints of Cocoa Brown #2E2113
RGB
CMYK
RGB Variations
Color information
#2E2113 (or 0x2E2113) is known color: Cocoa Brown. HEX triplet: 2E, 21 and 13. RGB value is (46,33,19). Sum of RGB (Red+Green+Blue) = 46+33+19=98 (12% of max value = 765). Red value is 46 (18.36% from 255 or 46.94% from 98); Green value is 33 (13.28% from 255 or 33.67% from 98); Blue value is 19 (7.81% from 255 or 19.39% from 98); Max value from RGB is 46 - color contains mainly: red. Hex color #2E2113 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2E2113 is #D1DEEC. Grayscale: #232323. Windows color (decimal): -13754093 or 1253678. OLE color: 1253678.
HSL color Cylindrical-coordinate representation of color #2E2113: hue angle of 31.11º degrees, saturation: 0.42, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #2E2113 is Cyan = 0, Magento = 0.28, Yellow = 0.59 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 46 | 33 | 19 | - |
| CMYK | 0 | 0.28 | 0.59 | 0.82 |
| HSL | 31.11º | 0.42% | 0.13% | - |
| HSV(B) | 31.11º | 0.59% | 0.18% | - |
| XYZ | 1.79 | 1.72 | 0.85 | - |
| YUV | 35.29 | 118.81 | 135.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 33 | 19 | 0 | 0.28 | 0.59 | 0.82 | 31.11 | 0.42 | 0.13 |
| Hex | 2E | 21 | 13 | 0 | 1C | 3B | 52 | 1F | 2A | D |
| Octal | 56 | 41 | 23 | 0 | 34 | 73 | 122 | 37 | 52 | 15 |
| Binary | 101110 | 100001 | 10011 | 0 | 11100 | 111011 | 1010010 | 11111 | 101010 | 1101 |
Color Harmonies of #2E2113
Complementary color
Monochromatic Colors of #2E2113
Black with #2E2113
Text Example
Text Example
White with #2E2113
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E2113; }
p { color: rgb(46,33,19); }
H1.HeaderClassName
{
color: #2E2113;
}
.AnyTagClassName
{
color: #2E2113;
}
</style>
background-color css
<style>
a { background-color: #2E2113; }
a { background-color: rgb(46,33,19); }
div.DivClassName
{
background-color: #2E2113;
}
.BgClassName
{
background-color: #2E2113;
}
</style>
border-color css
<style>
span { border-color: #2E2113; }
span { border-color: rgb(46,33,19); }
td.TdClassName
{
border-color: #2E2113;
}
.TagClassName
{
border-color: #2E2113;
}
</style>