Shades of Livid Brown #2E2726
Tints of Livid Brown #2E2726
RGB
CMYK
RGB Variations
Color information
#2E2726 (or 0x2E2726) is known color: Livid Brown. HEX triplet: 2E, 27 and 26. RGB value is (46,39,38). Sum of RGB (Red+Green+Blue) = 46+39+38=123 (16% of max value = 765). Red value is 46 (18.36% from 255 or 37.40% from 123); Green value is 39 (15.62% from 255 or 31.71% from 123); Blue value is 38 (15.23% from 255 or 30.89% from 123); Max value from RGB is 46 - color contains mainly: red. Hex color #2E2726 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E2726 is #D1D8D9. Grayscale: #282828. Windows color (decimal): -13752538 or 2500398. OLE color: 2500398.
HSL color Cylindrical-coordinate representation of color #2E2726: hue angle of 7.5º degrees, saturation: 0.1, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #2E2726 is Cyan = 0, Magento = 0.15, Yellow = 0.17 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 46 | 39 | 38 | - |
| CMYK | 0 | 0.15 | 0.17 | 0.82 |
| HSL | 7.5º | 0.1% | 0.16% | - |
| HSV(B) | 7.5º | 0.17% | 0.18% | - |
| XYZ | 2.2 | 2.17 | 2.14 | - |
| YUV | 40.98 | 126.32 | 131.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 39 | 38 | 0 | 0.15 | 0.17 | 0.82 | 7.5 | 0.1 | 0.16 |
| Hex | 2E | 27 | 26 | 0 | F | 11 | 52 | 8 | A | 10 |
| Octal | 56 | 47 | 46 | 0 | 17 | 21 | 122 | 10 | 12 | 20 |
| Binary | 101110 | 100111 | 100110 | 0 | 1111 | 10001 | 1010010 | 1000 | 1010 | 10000 |
Color Harmonies of #2E2726
Complementary color
Monochromatic Colors of #2E2726
Black with #2E2726
Text Example
Text Example
White with #2E2726
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E2726; }
p { color: rgb(46,39,38); }
H1.HeaderClassName
{
color: #2E2726;
}
.AnyTagClassName
{
color: #2E2726;
}
</style>
background-color css
<style>
a { background-color: #2E2726; }
a { background-color: rgb(46,39,38); }
div.DivClassName
{
background-color: #2E2726;
}
.BgClassName
{
background-color: #2E2726;
}
</style>
border-color css
<style>
span { border-color: #2E2726; }
span { border-color: rgb(46,39,38); }
td.TdClassName
{
border-color: #2E2726;
}
.TagClassName
{
border-color: #2E2726;
}
</style>