Shades of Livid Brown #2E2322
Tints of Livid Brown #2E2322
RGB
CMYK
RGB Variations
Color information
#2E2322 (or 0x2E2322) is known color: Livid Brown. HEX triplet: 2E, 23 and 22. RGB value is (46,35,34). Sum of RGB (Red+Green+Blue) = 46+35+34=115 (15% of max value = 765). Red value is 46 (18.36% from 255 or 40% from 115); Green value is 35 (14.06% from 255 or 30.43% from 115); Blue value is 34 (13.67% from 255 or 29.57% from 115); Max value from RGB is 46 - color contains mainly: red. Hex color #2E2322 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E2322 is #D1DCDD. Grayscale: #262626. Windows color (decimal): -13753566 or 2237230. OLE color: 2237230.
HSL color Cylindrical-coordinate representation of color #2E2322: hue angle of 5º degrees, saturation: 0.15, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #2E2322 is Cyan = 0, Magento = 0.24, Yellow = 0.26 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 46 | 35 | 34 | - |
| CMYK | 0 | 0.24 | 0.26 | 0.82 |
| HSL | 5º | 0.15% | 0.16% | - |
| HSV(B) | 5º | 0.26% | 0.18% | - |
| XYZ | 2.02 | 1.9 | 1.77 | - |
| YUV | 38.18 | 125.64 | 133.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 35 | 34 | 0 | 0.24 | 0.26 | 0.82 | 5 | 0.15 | 0.16 |
| Hex | 2E | 23 | 22 | 0 | 18 | 1A | 52 | 5 | F | 10 |
| Octal | 56 | 43 | 42 | 0 | 30 | 32 | 122 | 5 | 17 | 20 |
| Binary | 101110 | 100011 | 100010 | 0 | 11000 | 11010 | 1010010 | 101 | 1111 | 10000 |
Color Harmonies of #2E2322
Complementary color
Monochromatic Colors of #2E2322
Black with #2E2322
Text Example
Text Example
White with #2E2322
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E2322; }
p { color: rgb(46,35,34); }
H1.HeaderClassName
{
color: #2E2322;
}
.AnyTagClassName
{
color: #2E2322;
}
</style>
background-color css
<style>
a { background-color: #2E2322; }
a { background-color: rgb(46,35,34); }
div.DivClassName
{
background-color: #2E2322;
}
.BgClassName
{
background-color: #2E2322;
}
</style>
border-color css
<style>
span { border-color: #2E2322; }
span { border-color: rgb(46,35,34); }
td.TdClassName
{
border-color: #2E2322;
}
.TagClassName
{
border-color: #2E2322;
}
</style>