Shades of Livid Brown #2E2524
Tints of Livid Brown #2E2524
RGB
CMYK
RGB Variations
Color information
#2E2524 (or 0x2E2524) is known color: Livid Brown. HEX triplet: 2E, 25 and 24. RGB value is (46,37,36). Sum of RGB (Red+Green+Blue) = 46+37+36=119 (15% of max value = 765). Red value is 46 (18.36% from 255 or 38.66% from 119); Green value is 37 (14.84% from 255 or 31.09% from 119); Blue value is 36 (14.45% from 255 or 30.25% from 119); Max value from RGB is 46 - color contains mainly: red. Hex color #2E2524 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E2524 is #D1DADB. Grayscale: #272727. Windows color (decimal): -13753052 or 2368814. OLE color: 2368814.
HSL color Cylindrical-coordinate representation of color #2E2524: hue angle of 6º degrees, saturation: 0.12, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #2E2524 is Cyan = 0, Magento = 0.20, Yellow = 0.22 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 46 | 37 | 36 | - |
| CMYK | 0 | 0.20 | 0.22 | 0.82 |
| HSL | 6º | 0.12% | 0.16% | - |
| HSV(B) | 6º | 0.22% | 0.18% | - |
| XYZ | 2.11 | 2.03 | 1.95 | - |
| YUV | 39.58 | 125.98 | 132.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 37 | 36 | 0 | 0.20 | 0.22 | 0.82 | 6 | 0.12 | 0.16 |
| Hex | 2E | 25 | 24 | 0 | 14 | 16 | 52 | 6 | C | 10 |
| Octal | 56 | 45 | 44 | 0 | 24 | 26 | 122 | 6 | 14 | 20 |
| Binary | 101110 | 100101 | 100100 | 0 | 10100 | 10110 | 1010010 | 110 | 1100 | 10000 |
Color Harmonies of #2E2524
Complementary color
Monochromatic Colors of #2E2524
Black with #2E2524
Text Example
Text Example
White with #2E2524
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E2524; }
p { color: rgb(46,37,36); }
H1.HeaderClassName
{
color: #2E2524;
}
.AnyTagClassName
{
color: #2E2524;
}
</style>
background-color css
<style>
a { background-color: #2E2524; }
a { background-color: rgb(46,37,36); }
div.DivClassName
{
background-color: #2E2524;
}
.BgClassName
{
background-color: #2E2524;
}
</style>
border-color css
<style>
span { border-color: #2E2524; }
span { border-color: rgb(46,37,36); }
td.TdClassName
{
border-color: #2E2524;
}
.TagClassName
{
border-color: #2E2524;
}
</style>