Shades of Cocoa Brown #2E2015
Tints of Cocoa Brown #2E2015
RGB
CMYK
RGB Variations
Color information
#2E2015 (or 0x2E2015) is known color: Cocoa Brown. HEX triplet: 2E, 20 and 15. RGB value is (46,32,21). Sum of RGB (Red+Green+Blue) = 46+32+21=99 (13% of max value = 765). Red value is 46 (18.36% from 255 or 46.46% from 99); Green value is 32 (12.89% from 255 or 32.32% from 99); Blue value is 21 (8.59% from 255 or 21.21% from 99); Max value from RGB is 46 - color contains mainly: red. Hex color #2E2015 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2E2015 is #D1DFEA. Grayscale: #222222. Windows color (decimal): -13754347 or 1384494. OLE color: 1384494.
HSL color Cylindrical-coordinate representation of color #2E2015: hue angle of 26.4º degrees, saturation: 0.37, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #2E2015 is Cyan = 0, Magento = 0.30, Yellow = 0.54 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 46 | 32 | 21 | - |
| CMYK | 0 | 0.30 | 0.54 | 0.82 |
| HSL | 26.4º | 0.37% | 0.13% | - |
| HSV(B) | 26.4º | 0.54% | 0.18% | - |
| XYZ | 1.78 | 1.67 | 0.94 | - |
| YUV | 34.93 | 120.14 | 135.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 32 | 21 | 0 | 0.30 | 0.54 | 0.82 | 26.4 | 0.37 | 0.13 |
| Hex | 2E | 20 | 15 | 0 | 1E | 36 | 52 | 1A | 25 | D |
| Octal | 56 | 40 | 25 | 0 | 36 | 66 | 122 | 32 | 45 | 15 |
| Binary | 101110 | 100000 | 10101 | 0 | 11110 | 110110 | 1010010 | 11010 | 100101 | 1101 |
Color Harmonies of #2E2015
Complementary color
Monochromatic Colors of #2E2015
Black with #2E2015
Text Example
Text Example
White with #2E2015
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E2015; }
p { color: rgb(46,32,21); }
H1.HeaderClassName
{
color: #2E2015;
}
.AnyTagClassName
{
color: #2E2015;
}
</style>
background-color css
<style>
a { background-color: #2E2015; }
a { background-color: rgb(46,32,21); }
div.DivClassName
{
background-color: #2E2015;
}
.BgClassName
{
background-color: #2E2015;
}
</style>
border-color css
<style>
span { border-color: #2E2015; }
span { border-color: rgb(46,32,21); }
td.TdClassName
{
border-color: #2E2015;
}
.TagClassName
{
border-color: #2E2015;
}
</style>