Shades of Brown Pod #2E1B16
Tints of Brown Pod #2E1B16
RGB
CMYK
RGB Variations
Color information
#2E1B16 (or 0x2E1B16) is known color: Brown Pod. HEX triplet: 2E, 1B and 16. RGB value is (46,27,22). Sum of RGB (Red+Green+Blue) = 46+27+22=95 (12% of max value = 765). Red value is 46 (18.36% from 255 or 48.42% from 95); Green value is 27 (10.94% from 255 or 28.42% from 95); Blue value is 22 (8.98% from 255 or 23.16% from 95); Max value from RGB is 46 - color contains mainly: red. Hex color #2E1B16 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2E1B16 is #D1E4E9. Grayscale: #202020. Windows color (decimal): -13755626 or 1448750. OLE color: 1448750.
HSL color Cylindrical-coordinate representation of color #2E1B16: hue angle of 12.5º degrees, saturation: 0.35, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #2E1B16 is Cyan = 0, Magento = 0.41, Yellow = 0.52 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 46 | 27 | 22 | - |
| CMYK | 0 | 0.41 | 0.52 | 0.82 |
| HSL | 12.5º | 0.35% | 0.13% | - |
| HSV(B) | 12.5º | 0.52% | 0.18% | - |
| XYZ | 1.66 | 1.42 | 0.95 | - |
| YUV | 32.11 | 122.29 | 137.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 27 | 22 | 0 | 0.41 | 0.52 | 0.82 | 12.5 | 0.35 | 0.13 |
| Hex | 2E | 1B | 16 | 0 | 29 | 34 | 52 | C | 23 | D |
| Octal | 56 | 33 | 26 | 0 | 51 | 64 | 122 | 14 | 43 | 15 |
| Binary | 101110 | 11011 | 10110 | 0 | 101001 | 110100 | 1010010 | 1100 | 100011 | 1101 |
Color Harmonies of #2E1B16
Complementary color
Monochromatic Colors of #2E1B16
Black with #2E1B16
Text Example
Text Example
White with #2E1B16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E1B16; }
p { color: rgb(46,27,22); }
H1.HeaderClassName
{
color: #2E1B16;
}
.AnyTagClassName
{
color: #2E1B16;
}
</style>
background-color css
<style>
a { background-color: #2E1B16; }
a { background-color: rgb(46,27,22); }
div.DivClassName
{
background-color: #2E1B16;
}
.BgClassName
{
background-color: #2E1B16;
}
</style>
border-color css
<style>
span { border-color: #2E1B16; }
span { border-color: rgb(46,27,22); }
td.TdClassName
{
border-color: #2E1B16;
}
.TagClassName
{
border-color: #2E1B16;
}
</style>