Shades of Cocoa Brown #2E2215
Tints of Cocoa Brown #2E2215
RGB
CMYK
RGB Variations
Color information
#2E2215 (or 0x2E2215) is known color: Cocoa Brown. HEX triplet: 2E, 22 and 15. RGB value is (46,34,21). Sum of RGB (Red+Green+Blue) = 46+34+21=101 (13% of max value = 765). Red value is 46 (18.36% from 255 or 45.54% from 101); Green value is 34 (13.67% from 255 or 33.66% from 101); Blue value is 21 (8.59% from 255 or 20.79% from 101); Max value from RGB is 46 - color contains mainly: red. Hex color #2E2215 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2E2215 is #D1DDEA. Grayscale: #242424. Windows color (decimal): -13753835 or 1385006. OLE color: 1385006.
HSL color Cylindrical-coordinate representation of color #2E2215: hue angle of 31.2º 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 #2E2215 is Cyan = 0, Magento = 0.26, Yellow = 0.54 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 46 | 34 | 21 | - |
| CMYK | 0 | 0.26 | 0.54 | 0.82 |
| HSL | 31.2º | 0.37% | 0.13% | - |
| HSV(B) | 31.2º | 0.54% | 0.18% | - |
| XYZ | 1.83 | 1.78 | 0.96 | - |
| YUV | 36.11 | 119.48 | 135.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 34 | 21 | 0 | 0.26 | 0.54 | 0.82 | 31.2 | 0.37 | 0.13 |
| Hex | 2E | 22 | 15 | 0 | 1A | 36 | 52 | 1F | 25 | D |
| Octal | 56 | 42 | 25 | 0 | 32 | 66 | 122 | 37 | 45 | 15 |
| Binary | 101110 | 100010 | 10101 | 0 | 11010 | 110110 | 1010010 | 11111 | 100101 | 1101 |
Color Harmonies of #2E2215
Complementary color
Monochromatic Colors of #2E2215
Black with #2E2215
Text Example
Text Example
White with #2E2215
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E2215; }
p { color: rgb(46,34,21); }
H1.HeaderClassName
{
color: #2E2215;
}
.AnyTagClassName
{
color: #2E2215;
}
</style>
background-color css
<style>
a { background-color: #2E2215; }
a { background-color: rgb(46,34,21); }
div.DivClassName
{
background-color: #2E2215;
}
.BgClassName
{
background-color: #2E2215;
}
</style>
border-color css
<style>
span { border-color: #2E2215; }
span { border-color: rgb(46,34,21); }
td.TdClassName
{
border-color: #2E2215;
}
.TagClassName
{
border-color: #2E2215;
}
</style>