Shades of Cocoa Brown #2E1902
Tints of Cocoa Brown #2E1902
RGB
CMYK
RGB Variations
Color information
#2E1902 (or 0x2E1902) is known color: Cocoa Brown. HEX triplet: 2E, 19 and 02. RGB value is (46,25,2). Sum of RGB (Red+Green+Blue) = 46+25+2=73 (9% of max value = 765). Red value is 46 (18.36% from 255 or 63.01% from 73); Green value is 25 (10.16% from 255 or 34.25% from 73); Blue value is 2 (1.17% from 255 or 2.74% from 73); Max value from RGB is 46 - color contains mainly: red. Hex color #2E1902 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #2E1902 is #D1E6FD. Grayscale: #1C1C1C. Windows color (decimal): -13756158 or 137518. OLE color: 137518.
HSL color Cylindrical-coordinate representation of color #2E1902: hue angle of 31.36º degrees, saturation: 0.92, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #2E1902 is Cyan = 0, Magento = 0.46, Yellow = 0.96 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 46 | 25 | 2 | - |
| CMYK | 0 | 0.46 | 0.96 | 0.82 |
| HSL | 31.36º | 0.92% | 0.09% | - |
| HSV(B) | 31.36º | 0.96% | 0.18% | - |
| XYZ | 1.49 | 1.28 | 0.23 | - |
| YUV | 28.66 | 112.96 | 140.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 25 | 2 | 0 | 0.46 | 0.96 | 0.82 | 31.36 | 0.92 | 0.09 |
| Hex | 2E | 19 | 2 | 0 | 2E | 60 | 52 | 1F | 5C | 9 |
| Octal | 56 | 31 | 2 | 0 | 56 | 140 | 122 | 37 | 134 | 11 |
| Binary | 101110 | 11001 | 10 | 0 | 101110 | 1100000 | 1010010 | 11111 | 1011100 | 1001 |
Color Harmonies of #2E1902
Complementary color
Monochromatic Colors of #2E1902
Black with #2E1902
Text Example
Text Example
White with #2E1902
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E1902; }
p { color: rgb(46,25,2); }
H1.HeaderClassName
{
color: #2E1902;
}
.AnyTagClassName
{
color: #2E1902;
}
</style>
background-color css
<style>
a { background-color: #2E1902; }
a { background-color: rgb(46,25,2); }
div.DivClassName
{
background-color: #2E1902;
}
.BgClassName
{
background-color: #2E1902;
}
</style>
border-color css
<style>
span { border-color: #2E1902; }
span { border-color: rgb(46,25,2); }
td.TdClassName
{
border-color: #2E1902;
}
.TagClassName
{
border-color: #2E1902;
}
</style>