Shades of Cocoa Brown #2E1604
Tints of Cocoa Brown #2E1604
RGB
CMYK
RGB Variations
Color information
#2E1604 (or 0x2E1604) is known color: Cocoa Brown. HEX triplet: 2E, 16 and 04. RGB value is (46,22,4). Sum of RGB (Red+Green+Blue) = 46+22+4=72 (9% of max value = 765). Red value is 46 (18.36% from 255 or 63.89% from 72); Green value is 22 (8.98% from 255 or 30.56% from 72); Blue value is 4 (1.95% from 255 or 5.56% from 72); Max value from RGB is 46 - color contains mainly: red. Hex color #2E1604 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #2E1604 is #D1E9FB. Grayscale: #1B1B1B. Windows color (decimal): -13756924 or 267822. OLE color: 267822.
HSL color Cylindrical-coordinate representation of color #2E1604: hue angle of 25.71º degrees, saturation: 0.84, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #2E1604 is Cyan = 0, Magento = 0.52, Yellow = 0.91 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 46 | 22 | 4 | - |
| CMYK | 0 | 0.52 | 0.91 | 0.82 |
| HSL | 25.71º | 0.84% | 0.1% | - |
| HSV(B) | 25.71º | 0.91% | 0.18% | - |
| XYZ | 1.44 | 1.16 | 0.26 | - |
| YUV | 27.12 | 114.95 | 141.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 22 | 4 | 0 | 0.52 | 0.91 | 0.82 | 25.71 | 0.84 | 0.1 |
| Hex | 2E | 16 | 4 | 0 | 34 | 5B | 52 | 1A | 54 | A |
| Octal | 56 | 26 | 4 | 0 | 64 | 133 | 122 | 32 | 124 | 12 |
| Binary | 101110 | 10110 | 100 | 0 | 110100 | 1011011 | 1010010 | 11010 | 1010100 | 1010 |
Color Harmonies of #2E1604
Complementary color
Monochromatic Colors of #2E1604
Black with #2E1604
Text Example
Text Example
White with #2E1604
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E1604; }
p { color: rgb(46,22,4); }
H1.HeaderClassName
{
color: #2E1604;
}
.AnyTagClassName
{
color: #2E1604;
}
</style>
background-color css
<style>
a { background-color: #2E1604; }
a { background-color: rgb(46,22,4); }
div.DivClassName
{
background-color: #2E1604;
}
.BgClassName
{
background-color: #2E1604;
}
</style>
border-color css
<style>
span { border-color: #2E1604; }
span { border-color: rgb(46,22,4); }
td.TdClassName
{
border-color: #2E1604;
}
.TagClassName
{
border-color: #2E1604;
}
</style>