Shades of Livid Brown #2E2220
Tints of Livid Brown #2E2220
RGB
CMYK
RGB Variations
Color information
#2E2220 (or 0x2E2220) is known color: Livid Brown. HEX triplet: 2E, 22 and 20. RGB value is (46,34,32). Sum of RGB (Red+Green+Blue) = 46+34+32=112 (14% of max value = 765). Red value is 46 (18.36% from 255 or 41.07% from 112); Green value is 34 (13.67% from 255 or 30.36% from 112); Blue value is 32 (12.89% from 255 or 28.57% from 112); Max value from RGB is 46 - color contains mainly: red. Hex color #2E2220 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E2220 is #D1DDDF. Grayscale: #252525. Windows color (decimal): -13753824 or 2105902. OLE color: 2105902.
HSL color Cylindrical-coordinate representation of color #2E2220: hue angle of 8.57º degrees, saturation: 0.18, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #2E2220 is Cyan = 0, Magento = 0.26, Yellow = 0.30 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 46 | 34 | 32 | - |
| CMYK | 0 | 0.26 | 0.30 | 0.82 |
| HSL | 8.57º | 0.18% | 0.15% | - |
| HSV(B) | 8.57º | 0.3% | 0.18% | - |
| XYZ | 1.96 | 1.83 | 1.62 | - |
| YUV | 37.36 | 124.98 | 134.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 34 | 32 | 0 | 0.26 | 0.30 | 0.82 | 8.57 | 0.18 | 0.15 |
| Hex | 2E | 22 | 20 | 0 | 1A | 1E | 52 | 9 | 12 | F |
| Octal | 56 | 42 | 40 | 0 | 32 | 36 | 122 | 11 | 22 | 17 |
| Binary | 101110 | 100010 | 100000 | 0 | 11010 | 11110 | 1010010 | 1001 | 10010 | 1111 |
Color Harmonies of #2E2220
Complementary color
Monochromatic Colors of #2E2220
Black with #2E2220
Text Example
Text Example
White with #2E2220
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E2220; }
p { color: rgb(46,34,32); }
H1.HeaderClassName
{
color: #2E2220;
}
.AnyTagClassName
{
color: #2E2220;
}
</style>
background-color css
<style>
a { background-color: #2E2220; }
a { background-color: rgb(46,34,32); }
div.DivClassName
{
background-color: #2E2220;
}
.BgClassName
{
background-color: #2E2220;
}
</style>
border-color css
<style>
span { border-color: #2E2220; }
span { border-color: rgb(46,34,32); }
td.TdClassName
{
border-color: #2E2220;
}
.TagClassName
{
border-color: #2E2220;
}
</style>