Shades of Cocoa Brown #2E1C00
Tints of Cocoa Brown #2E1C00
RGB
CMYK
RGB Variations
Color information
#2E1C00 (or 0x2E1C00) is known color: Cocoa Brown. HEX triplet: 2E, 1C and 00. RGB value is (46,28,0). Sum of RGB (Red+Green+Blue) = 46+28+0=74 (9% of max value = 765). Red value is 46 (18.36% from 255 or 62.16% from 74); Green value is 28 (11.33% from 255 or 37.84% from 74); Blue value is 0 (0.39% from 255 or 0% from 74); Max value from RGB is 46 - color contains mainly: red. Hex color #2E1C00 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2E1C00 is #D1E3FF. Grayscale: #1E1E1E. Windows color (decimal): -13755392 or 7214. OLE color: 7214.
HSL color Cylindrical-coordinate representation of color #2E1C00: hue angle of 36.52º degrees, saturation: 1, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 1%. Process color model (Four color, CMYK) of #2E1C00 is Cyan = 0, Magento = 0.39, Yellow = 1 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 46 | 28 | 0 | - |
| CMYK | 0 | 0.39 | 1 | 0.82 |
| HSL | 36.52º | 1% | 0.09% | - |
| HSV(B) | 36.52º | 1% | 0.18% | - |
| XYZ | 1.54 | 1.41 | 0.19 | - |
| YUV | 30.19 | 110.96 | 139.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 28 | 0 | 0 | 0.39 | 1 | 0.82 | 36.52 | 1 | 0.09 |
| Hex | 2E | 1C | 0 | 0 | 27 | 64 | 52 | 25 | 64 | 9 |
| Octal | 56 | 34 | 0 | 0 | 47 | 144 | 122 | 45 | 144 | 11 |
| Binary | 101110 | 11100 | 0 | 0 | 100111 | 1100100 | 1010010 | 100101 | 1100100 | 1001 |
Color Harmonies of #2E1C00
Complementary color
Monochromatic Colors of #2E1C00
Black with #2E1C00
Text Example
Text Example
White with #2E1C00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E1C00; }
p { color: rgb(46,28,0); }
H1.HeaderClassName
{
color: #2E1C00;
}
.AnyTagClassName
{
color: #2E1C00;
}
</style>
background-color css
<style>
a { background-color: #2E1C00; }
a { background-color: rgb(46,28,0); }
div.DivClassName
{
background-color: #2E1C00;
}
.BgClassName
{
background-color: #2E1C00;
}
</style>
border-color css
<style>
span { border-color: #2E1C00; }
span { border-color: rgb(46,28,0); }
td.TdClassName
{
border-color: #2E1C00;
}
.TagClassName
{
border-color: #2E1C00;
}
</style>