Shades of Brown Pod #2E1811
Tints of Brown Pod #2E1811
RGB
CMYK
RGB Variations
Color information
#2E1811 (or 0x2E1811) is known color: Brown Pod. HEX triplet: 2E, 18 and 11. RGB value is (46,24,17). Sum of RGB (Red+Green+Blue) = 46+24+17=87 (11% of max value = 765). Red value is 46 (18.36% from 255 or 52.87% from 87); Green value is 24 (9.77% from 255 or 27.59% from 87); Blue value is 17 (7.03% from 255 or 19.54% from 87); Max value from RGB is 46 - color contains mainly: red. Hex color #2E1811 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #2E1811 is #D1E7EE. Grayscale: #1D1D1D. Windows color (decimal): -13756399 or 1120302. OLE color: 1120302.
HSL color Cylindrical-coordinate representation of color #2E1811: hue angle of 14.48º degrees, saturation: 0.46, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #2E1811 is Cyan = 0, Magento = 0.48, Yellow = 0.63 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 46 | 24 | 17 | - |
| CMYK | 0 | 0.48 | 0.63 | 0.82 |
| HSL | 14.48º | 0.46% | 0.12% | - |
| HSV(B) | 14.48º | 0.63% | 0.18% | - |
| XYZ | 1.55 | 1.27 | 0.69 | - |
| YUV | 29.78 | 120.79 | 139.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 24 | 17 | 0 | 0.48 | 0.63 | 0.82 | 14.48 | 0.46 | 0.12 |
| Hex | 2E | 18 | 11 | 0 | 30 | 3F | 52 | E | 2E | C |
| Octal | 56 | 30 | 21 | 0 | 60 | 77 | 122 | 16 | 56 | 14 |
| Binary | 101110 | 11000 | 10001 | 0 | 110000 | 111111 | 1010010 | 1110 | 101110 | 1100 |
Color Harmonies of #2E1811
Complementary color
Monochromatic Colors of #2E1811
Black with #2E1811
Text Example
Text Example
White with #2E1811
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E1811; }
p { color: rgb(46,24,17); }
H1.HeaderClassName
{
color: #2E1811;
}
.AnyTagClassName
{
color: #2E1811;
}
</style>
background-color css
<style>
a { background-color: #2E1811; }
a { background-color: rgb(46,24,17); }
div.DivClassName
{
background-color: #2E1811;
}
.BgClassName
{
background-color: #2E1811;
}
</style>
border-color css
<style>
span { border-color: #2E1811; }
span { border-color: rgb(46,24,17); }
td.TdClassName
{
border-color: #2E1811;
}
.TagClassName
{
border-color: #2E1811;
}
</style>