Shades of Espresso #492929
Tints of Espresso #492929
RGB
CMYK
RGB Variations
Color information
#492929 (or 0x492929) is known color: Espresso. HEX triplet: 49, 29 and 29. RGB value is (73,41,41). Sum of RGB (Red+Green+Blue) = 73+41+41=155 (20% of max value = 765). Red value is 73 (28.91% from 255 or 47.10% from 155); Green value is 41 (16.41% from 255 or 26.45% from 155); Blue value is 41 (16.41% from 255 or 26.45% from 155); Max value from RGB is 73 - color contains mainly: red. Hex color #492929 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #492929 is #B6D6D6. Grayscale: #323232. Windows color (decimal): -11982551 or 2697545. OLE color: 2697545.
HSL color Cylindrical-coordinate representation of color #492929: hue angle of 0º degrees, saturation: 0.28, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #492929 is Cyan = 0, Magento = 0.44, Yellow = 0.44 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 41 | 41 | - |
| CMYK | 0 | 0.44 | 0.44 | 0.71 |
| HSL | 0º | 0.28% | 0.22% | - |
| HSV(B) | 0º | 0.44% | 0.29% | - |
| XYZ | 3.94 | 3.16 | 2.5 | - |
| YUV | 50.57 | 122.6 | 144 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 41 | 41 | 0 | 0.44 | 0.44 | 0.71 | 0 | 0.28 | 0.22 |
| Hex | 49 | 29 | 29 | 0 | 2C | 2C | 47 | 0 | 1C | 16 |
| Octal | 111 | 51 | 51 | 0 | 54 | 54 | 107 | 0 | 34 | 26 |
| Binary | 1001001 | 101001 | 101001 | 0 | 101100 | 101100 | 1000111 | 0 | 11100 | 10110 |
Color Harmonies of #492929
Complementary color
Monochromatic Colors of #492929
Black with #492929
Text Example
Text Example
White with #492929
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #492929; }
p { color: rgb(73,41,41); }
H1.HeaderClassName
{
color: #492929;
}
.AnyTagClassName
{
color: #492929;
}
</style>
background-color css
<style>
a { background-color: #492929; }
a { background-color: rgb(73,41,41); }
div.DivClassName
{
background-color: #492929;
}
.BgClassName
{
background-color: #492929;
}
</style>
border-color css
<style>
span { border-color: #492929; }
span { border-color: rgb(73,41,41); }
td.TdClassName
{
border-color: #492929;
}
.TagClassName
{
border-color: #492929;
}
</style>