Shades of Espresso #492B24
Tints of Espresso #492B24
RGB
CMYK
RGB Variations
Color information
#492B24 (or 0x492B24) is known color: Espresso. HEX triplet: 49, 2B and 24. RGB value is (73,43,36). Sum of RGB (Red+Green+Blue) = 73+43+36=152 (20% of max value = 765). Red value is 73 (28.91% from 255 or 48.03% from 152); Green value is 43 (17.19% from 255 or 28.29% from 152); Blue value is 36 (14.45% from 255 or 23.68% from 152); Max value from RGB is 73 - color contains mainly: red. Hex color #492B24 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #492B24 is #B6D4DB. Grayscale: #333333. Windows color (decimal): -11982044 or 2370377. OLE color: 2370377.
HSL color Cylindrical-coordinate representation of color #492B24: hue angle of 11.35º 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 #492B24 is Cyan = 0, Magento = 0.41, Yellow = 0.51 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 43 | 36 | - |
| CMYK | 0 | 0.41 | 0.51 | 0.71 |
| HSL | 11.35º | 0.34% | 0.21% | - |
| HSV(B) | 11.35º | 0.51% | 0.29% | - |
| XYZ | 3.93 | 3.27 | 2.09 | - |
| YUV | 51.17 | 119.44 | 143.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 43 | 36 | 0 | 0.41 | 0.51 | 0.71 | 11.35 | 0.34 | 0.21 |
| Hex | 49 | 2B | 24 | 0 | 29 | 33 | 47 | B | 22 | 15 |
| Octal | 111 | 53 | 44 | 0 | 51 | 63 | 107 | 13 | 42 | 25 |
| Binary | 1001001 | 101011 | 100100 | 0 | 101001 | 110011 | 1000111 | 1011 | 100010 | 10101 |
Color Harmonies of #492B24
Complementary color
Monochromatic Colors of #492B24
Black with #492B24
Text Example
Text Example
White with #492B24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #492B24; }
p { color: rgb(73,43,36); }
H1.HeaderClassName
{
color: #492B24;
}
.AnyTagClassName
{
color: #492B24;
}
</style>
background-color css
<style>
a { background-color: #492B24; }
a { background-color: rgb(73,43,36); }
div.DivClassName
{
background-color: #492B24;
}
.BgClassName
{
background-color: #492B24;
}
</style>
border-color css
<style>
span { border-color: #492B24; }
span { border-color: rgb(73,43,36); }
td.TdClassName
{
border-color: #492B24;
}
.TagClassName
{
border-color: #492B24;
}
</style>