Shades of Espresso #492B26
Tints of Espresso #492B26
RGB
CMYK
RGB Variations
Color information
#492B26 (or 0x492B26) is known color: Espresso. HEX triplet: 49, 2B and 26. RGB value is (73,43,38). Sum of RGB (Red+Green+Blue) = 73+43+38=154 (20% of max value = 765). Red value is 73 (28.91% from 255 or 47.40% from 154); Green value is 43 (17.19% from 255 or 27.92% from 154); Blue value is 38 (15.23% from 255 or 24.68% from 154); Max value from RGB is 73 - color contains mainly: red. Hex color #492B26 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #492B26 is #B6D4D9. Grayscale: #333333. Windows color (decimal): -11982042 or 2501449. OLE color: 2501449.
HSL color Cylindrical-coordinate representation of color #492B26: hue angle of 8.57º 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 #492B26 is Cyan = 0, Magento = 0.41, Yellow = 0.48 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 43 | 38 | - |
| CMYK | 0 | 0.41 | 0.48 | 0.71 |
| HSL | 8.57º | 0.32% | 0.22% | - |
| HSV(B) | 8.57º | 0.48% | 0.29% | - |
| XYZ | 3.96 | 3.28 | 2.26 | - |
| YUV | 51.4 | 120.44 | 143.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 43 | 38 | 0 | 0.41 | 0.48 | 0.71 | 8.57 | 0.32 | 0.22 |
| Hex | 49 | 2B | 26 | 0 | 29 | 30 | 47 | 9 | 20 | 16 |
| Octal | 111 | 53 | 46 | 0 | 51 | 60 | 107 | 11 | 40 | 26 |
| Binary | 1001001 | 101011 | 100110 | 0 | 101001 | 110000 | 1000111 | 1001 | 100000 | 10110 |
Color Harmonies of #492B26
Complementary color
Monochromatic Colors of #492B26
Black with #492B26
Text Example
Text Example
White with #492B26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #492B26; }
p { color: rgb(73,43,38); }
H1.HeaderClassName
{
color: #492B26;
}
.AnyTagClassName
{
color: #492B26;
}
</style>
background-color css
<style>
a { background-color: #492B26; }
a { background-color: rgb(73,43,38); }
div.DivClassName
{
background-color: #492B26;
}
.BgClassName
{
background-color: #492B26;
}
</style>
border-color css
<style>
span { border-color: #492B26; }
span { border-color: rgb(73,43,38); }
td.TdClassName
{
border-color: #492B26;
}
.TagClassName
{
border-color: #492B26;
}
</style>