Shades of Cocoa Brown #2E1908
Tints of Cocoa Brown #2E1908
RGB
CMYK
RGB Variations
Color information
#2E1908 (or 0x2E1908) is known color: Cocoa Brown. HEX triplet: 2E, 19 and 08. RGB value is (46,25,8). Sum of RGB (Red+Green+Blue) = 46+25+8=79 (10% of max value = 765). Red value is 46 (18.36% from 255 or 58.23% from 79); Green value is 25 (10.16% from 255 or 31.65% from 79); Blue value is 8 (3.52% from 255 or 10.13% from 79); Max value from RGB is 46 - color contains mainly: red. Hex color #2E1908 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #2E1908 is #D1E6F7. Grayscale: #1D1D1D. Windows color (decimal): -13756152 or 530734. OLE color: 530734.
HSL color Cylindrical-coordinate representation of color #2E1908: hue angle of 26.84º degrees, saturation: 0.7, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2E1908 is Cyan = 0, Magento = 0.46, Yellow = 0.83 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 46 | 25 | 8 | - |
| CMYK | 0 | 0.46 | 0.83 | 0.82 |
| HSL | 26.84º | 0.7% | 0.11% | - |
| HSV(B) | 26.84º | 0.83% | 0.18% | - |
| XYZ | 1.52 | 1.29 | 0.4 | - |
| YUV | 29.34 | 115.96 | 139.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 25 | 8 | 0 | 0.46 | 0.83 | 0.82 | 26.84 | 0.7 | 0.11 |
| Hex | 2E | 19 | 8 | 0 | 2E | 53 | 52 | 1B | 46 | B |
| Octal | 56 | 31 | 10 | 0 | 56 | 123 | 122 | 33 | 106 | 13 |
| Binary | 101110 | 11001 | 1000 | 0 | 101110 | 1010011 | 1010010 | 11011 | 1000110 | 1011 |
Color Harmonies of #2E1908
Complementary color
Monochromatic Colors of #2E1908
Black with #2E1908
Text Example
Text Example
White with #2E1908
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E1908; }
p { color: rgb(46,25,8); }
H1.HeaderClassName
{
color: #2E1908;
}
.AnyTagClassName
{
color: #2E1908;
}
</style>
background-color css
<style>
a { background-color: #2E1908; }
a { background-color: rgb(46,25,8); }
div.DivClassName
{
background-color: #2E1908;
}
.BgClassName
{
background-color: #2E1908;
}
</style>
border-color css
<style>
span { border-color: #2E1908; }
span { border-color: rgb(46,25,8); }
td.TdClassName
{
border-color: #2E1908;
}
.TagClassName
{
border-color: #2E1908;
}
</style>