Shades of Espresso #492D26
Tints of Espresso #492D26
RGB
CMYK
RGB Variations
Color information
#492D26 (or 0x492D26) is known color: Espresso. HEX triplet: 49, 2D and 26. RGB value is (73,45,38). Sum of RGB (Red+Green+Blue) = 73+45+38=156 (20% of max value = 765). Red value is 73 (28.91% from 255 or 46.79% from 156); Green value is 45 (17.97% from 255 or 28.85% from 156); Blue value is 38 (15.23% from 255 or 24.36% from 156); Max value from RGB is 73 - color contains mainly: red. Hex color #492D26 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #492D26 is #B6D2D9. Grayscale: #343434. Windows color (decimal): -11981530 or 2501961. OLE color: 2501961.
HSL color Cylindrical-coordinate representation of color #492D26: hue angle of 12º degrees, saturation: 0.32, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #492D26 is Cyan = 0, Magento = 0.38, Yellow = 0.48 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 45 | 38 | - |
| CMYK | 0 | 0.38 | 0.48 | 0.71 |
| HSL | 12º | 0.32% | 0.22% | - |
| HSV(B) | 12º | 0.48% | 0.29% | - |
| XYZ | 4.04 | 3.43 | 2.28 | - |
| YUV | 52.57 | 119.78 | 142.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 45 | 38 | 0 | 0.38 | 0.48 | 0.71 | 12 | 0.32 | 0.22 |
| Hex | 49 | 2D | 26 | 0 | 26 | 30 | 47 | C | 20 | 16 |
| Octal | 111 | 55 | 46 | 0 | 46 | 60 | 107 | 14 | 40 | 26 |
| Binary | 1001001 | 101101 | 100110 | 0 | 100110 | 110000 | 1000111 | 1100 | 100000 | 10110 |
Color Harmonies of #492D26
Complementary color
Monochromatic Colors of #492D26
Black with #492D26
Text Example
Text Example
White with #492D26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #492D26; }
p { color: rgb(73,45,38); }
H1.HeaderClassName
{
color: #492D26;
}
.AnyTagClassName
{
color: #492D26;
}
</style>
background-color css
<style>
a { background-color: #492D26; }
a { background-color: rgb(73,45,38); }
div.DivClassName
{
background-color: #492D26;
}
.BgClassName
{
background-color: #492D26;
}
</style>
border-color css
<style>
span { border-color: #492D26; }
span { border-color: rgb(73,45,38); }
td.TdClassName
{
border-color: #492D26;
}
.TagClassName
{
border-color: #492D26;
}
</style>