Shades of Cocoa Brown #2E1B05
Tints of Cocoa Brown #2E1B05
RGB
CMYK
RGB Variations
Color information
#2E1B05 (or 0x2E1B05) is known color: Cocoa Brown. HEX triplet: 2E, 1B and 05. RGB value is (46,27,5). Sum of RGB (Red+Green+Blue) = 46+27+5=78 (10% of max value = 765). Red value is 46 (18.36% from 255 or 58.97% from 78); Green value is 27 (10.94% from 255 or 34.62% from 78); Blue value is 5 (2.34% from 255 or 6.41% from 78); Max value from RGB is 46 - color contains mainly: red. Hex color #2E1B05 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2E1B05 is #D1E4FA. Grayscale: #1E1E1E. Windows color (decimal): -13755643 or 334638. OLE color: 334638.
HSL color Cylindrical-coordinate representation of color #2E1B05: hue angle of 32.2º degrees, saturation: 0.8, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #2E1B05 is Cyan = 0, Magento = 0.41, Yellow = 0.89 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 46 | 27 | 5 | - |
| CMYK | 0 | 0.41 | 0.89 | 0.82 |
| HSL | 32.2º | 0.8% | 0.1% | - |
| HSV(B) | 32.2º | 0.89% | 0.18% | - |
| XYZ | 1.55 | 1.38 | 0.33 | - |
| YUV | 30.17 | 113.79 | 139.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 27 | 5 | 0 | 0.41 | 0.89 | 0.82 | 32.2 | 0.8 | 0.1 |
| Hex | 2E | 1B | 5 | 0 | 29 | 59 | 52 | 20 | 50 | A |
| Octal | 56 | 33 | 5 | 0 | 51 | 131 | 122 | 40 | 120 | 12 |
| Binary | 101110 | 11011 | 101 | 0 | 101001 | 1011001 | 1010010 | 100000 | 1010000 | 1010 |
Color Harmonies of #2E1B05
Complementary color
Monochromatic Colors of #2E1B05
Black with #2E1B05
Text Example
Text Example
White with #2E1B05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E1B05; }
p { color: rgb(46,27,5); }
H1.HeaderClassName
{
color: #2E1B05;
}
.AnyTagClassName
{
color: #2E1B05;
}
</style>
background-color css
<style>
a { background-color: #2E1B05; }
a { background-color: rgb(46,27,5); }
div.DivClassName
{
background-color: #2E1B05;
}
.BgClassName
{
background-color: #2E1B05;
}
</style>
border-color css
<style>
span { border-color: #2E1B05; }
span { border-color: rgb(46,27,5); }
td.TdClassName
{
border-color: #2E1B05;
}
.TagClassName
{
border-color: #2E1B05;
}
</style>