Shades of Espresso #492424
Tints of Espresso #492424
RGB
CMYK
RGB Variations
Color information
#492424 (or 0x492424) is known color: Espresso. HEX triplet: 49, 24 and 24. RGB value is (73,36,36). Sum of RGB (Red+Green+Blue) = 73+36+36=145 (19% of max value = 765). Red value is 73 (28.91% from 255 or 50.34% from 145); Green value is 36 (14.45% from 255 or 24.83% from 145); Blue value is 36 (14.45% from 255 or 24.83% from 145); Max value from RGB is 73 - color contains mainly: red. Hex color #492424 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #492424 is #B6DBDB. Grayscale: #2F2F2F. Windows color (decimal): -11983836 or 2368585. OLE color: 2368585.
HSL color Cylindrical-coordinate representation of color #492424: hue angle of 0º degrees, saturation: 0.34, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #492424 is Cyan = 0, Magento = 0.51, Yellow = 0.51 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 36 | 36 | - |
| CMYK | 0 | 0.51 | 0.51 | 0.71 |
| HSL | 0º | 0.34% | 0.21% | - |
| HSV(B) | 0º | 0.51% | 0.29% | - |
| XYZ | 3.7 | 2.81 | 2.02 | - |
| YUV | 47.06 | 121.76 | 146.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 36 | 36 | 0 | 0.51 | 0.51 | 0.71 | 0 | 0.34 | 0.21 |
| Hex | 49 | 24 | 24 | 0 | 33 | 33 | 47 | 0 | 22 | 15 |
| Octal | 111 | 44 | 44 | 0 | 63 | 63 | 107 | 0 | 42 | 25 |
| Binary | 1001001 | 100100 | 100100 | 0 | 110011 | 110011 | 1000111 | 0 | 100010 | 10101 |
Color Harmonies of #492424
Complementary color
Monochromatic Colors of #492424
Black with #492424
Text Example
Text Example
White with #492424
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #492424; }
p { color: rgb(73,36,36); }
H1.HeaderClassName
{
color: #492424;
}
.AnyTagClassName
{
color: #492424;
}
</style>
background-color css
<style>
a { background-color: #492424; }
a { background-color: rgb(73,36,36); }
div.DivClassName
{
background-color: #492424;
}
.BgClassName
{
background-color: #492424;
}
</style>
border-color css
<style>
span { border-color: #492424; }
span { border-color: rgb(73,36,36); }
td.TdClassName
{
border-color: #492424;
}
.TagClassName
{
border-color: #492424;
}
</style>