Shades of Cocoa Brown #2E190A
Tints of Cocoa Brown #2E190A
RGB
CMYK
RGB Variations
Color information
#2E190A (or 0x2E190A) is known color: Cocoa Brown. HEX triplet: 2E, 19 and 0A. RGB value is (46,25,10). Sum of RGB (Red+Green+Blue) = 46+25+10=81 (10% of max value = 765). Red value is 46 (18.36% from 255 or 56.79% from 81); Green value is 25 (10.16% from 255 or 30.86% from 81); Blue value is 10 (4.30% from 255 or 12.35% from 81); Max value from RGB is 46 - color contains mainly: red. Hex color #2E190A is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #2E190A is #D1E6F5. Grayscale: #1D1D1D. Windows color (decimal): -13756150 or 661806. OLE color: 661806.
HSL color Cylindrical-coordinate representation of color #2E190A: hue angle of 25º degrees, saturation: 0.64, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2E190A is Cyan = 0, Magento = 0.46, Yellow = 0.78 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 46 | 25 | 10 | - |
| CMYK | 0 | 0.46 | 0.78 | 0.82 |
| HSL | 25º | 0.64% | 0.11% | - |
| HSV(B) | 25º | 0.78% | 0.18% | - |
| XYZ | 1.53 | 1.3 | 0.46 | - |
| YUV | 29.57 | 116.96 | 139.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 25 | 10 | 0 | 0.46 | 0.78 | 0.82 | 25 | 0.64 | 0.11 |
| Hex | 2E | 19 | A | 0 | 2E | 4E | 52 | 19 | 40 | B |
| Octal | 56 | 31 | 12 | 0 | 56 | 116 | 122 | 31 | 100 | 13 |
| Binary | 101110 | 11001 | 1010 | 0 | 101110 | 1001110 | 1010010 | 11001 | 1000000 | 1011 |
Color Harmonies of #2E190A
Complementary color
Monochromatic Colors of #2E190A
Black with #2E190A
Text Example
Text Example
White with #2E190A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E190A; }
p { color: rgb(46,25,10); }
H1.HeaderClassName
{
color: #2E190A;
}
.AnyTagClassName
{
color: #2E190A;
}
</style>
background-color css
<style>
a { background-color: #2E190A; }
a { background-color: rgb(46,25,10); }
div.DivClassName
{
background-color: #2E190A;
}
.BgClassName
{
background-color: #2E190A;
}
</style>
border-color css
<style>
span { border-color: #2E190A; }
span { border-color: rgb(46,25,10); }
td.TdClassName
{
border-color: #2E190A;
}
.TagClassName
{
border-color: #2E190A;
}
</style>