Shades of Livid Brown #2E2827
Tints of Livid Brown #2E2827
RGB
CMYK
RGB Variations
Color information
#2E2827 (or 0x2E2827) is known color: Livid Brown. HEX triplet: 2E, 28 and 27. RGB value is (46,40,39). Sum of RGB (Red+Green+Blue) = 46+40+39=125 (16% of max value = 765). Red value is 46 (18.36% from 255 or 36.8% from 125); Green value is 40 (16.02% from 255 or 32% from 125); Blue value is 39 (15.62% from 255 or 31.2% from 125); Max value from RGB is 46 - color contains mainly: red. Hex color #2E2827 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E2827 is #D1D7D8. Grayscale: #292929. Windows color (decimal): -13752281 or 2566190. OLE color: 2566190.
HSL color Cylindrical-coordinate representation of color #2E2827: hue angle of 8.57º degrees, saturation: 0.08, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #2E2827 is Cyan = 0, Magento = 0.13, Yellow = 0.15 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 46 | 40 | 39 | - |
| CMYK | 0 | 0.13 | 0.15 | 0.82 |
| HSL | 8.57º | 0.08% | 0.17% | - |
| HSV(B) | 8.57º | 0.15% | 0.18% | - |
| XYZ | 2.25 | 2.24 | 2.23 | - |
| YUV | 41.68 | 126.49 | 131.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 40 | 39 | 0 | 0.13 | 0.15 | 0.82 | 8.57 | 0.08 | 0.17 |
| Hex | 2E | 28 | 27 | 0 | D | F | 52 | 9 | 8 | 11 |
| Octal | 56 | 50 | 47 | 0 | 15 | 17 | 122 | 11 | 10 | 21 |
| Binary | 101110 | 101000 | 100111 | 0 | 1101 | 1111 | 1010010 | 1001 | 1000 | 10001 |
Color Harmonies of #2E2827
Complementary color
Monochromatic Colors of #2E2827
Black with #2E2827
Text Example
Text Example
White with #2E2827
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E2827; }
p { color: rgb(46,40,39); }
H1.HeaderClassName
{
color: #2E2827;
}
.AnyTagClassName
{
color: #2E2827;
}
</style>
background-color css
<style>
a { background-color: #2E2827; }
a { background-color: rgb(46,40,39); }
div.DivClassName
{
background-color: #2E2827;
}
.BgClassName
{
background-color: #2E2827;
}
</style>
border-color css
<style>
span { border-color: #2E2827; }
span { border-color: rgb(46,40,39); }
td.TdClassName
{
border-color: #2E2827;
}
.TagClassName
{
border-color: #2E2827;
}
</style>