Shades of Espresso #492E28
Tints of Espresso #492E28
RGB
CMYK
RGB Variations
Color information
#492E28 (or 0x492E28) is known color: Espresso. HEX triplet: 49, 2E and 28. RGB value is (73,46,40). Sum of RGB (Red+Green+Blue) = 73+46+40=159 (21% of max value = 765). Red value is 73 (28.91% from 255 or 45.91% from 159); Green value is 46 (18.36% from 255 or 28.93% from 159); Blue value is 40 (16.02% from 255 or 25.16% from 159); Max value from RGB is 73 - color contains mainly: red. Hex color #492E28 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #492E28 is #B6D1D7. Grayscale: #353535. Windows color (decimal): -11981272 or 2633289. OLE color: 2633289.
HSL color Cylindrical-coordinate representation of color #492E28: hue angle of 10.91º degrees, saturation: 0.29, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #492E28 is Cyan = 0, Magento = 0.37, Yellow = 0.45 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 46 | 40 | - |
| CMYK | 0 | 0.37 | 0.45 | 0.71 |
| HSL | 10.91º | 0.29% | 0.22% | - |
| HSV(B) | 10.91º | 0.45% | 0.29% | - |
| XYZ | 4.11 | 3.52 | 2.47 | - |
| YUV | 53.39 | 120.45 | 141.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 46 | 40 | 0 | 0.37 | 0.45 | 0.71 | 10.91 | 0.29 | 0.22 |
| Hex | 49 | 2E | 28 | 0 | 25 | 2D | 47 | B | 1D | 16 |
| Octal | 111 | 56 | 50 | 0 | 45 | 55 | 107 | 13 | 35 | 26 |
| Binary | 1001001 | 101110 | 101000 | 0 | 100101 | 101101 | 1000111 | 1011 | 11101 | 10110 |
Color Harmonies of #492E28
Complementary color
Monochromatic Colors of #492E28
Black with #492E28
Text Example
Text Example
White with #492E28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #492E28; }
p { color: rgb(73,46,40); }
H1.HeaderClassName
{
color: #492E28;
}
.AnyTagClassName
{
color: #492E28;
}
</style>
background-color css
<style>
a { background-color: #492E28; }
a { background-color: rgb(73,46,40); }
div.DivClassName
{
background-color: #492E28;
}
.BgClassName
{
background-color: #492E28;
}
</style>
border-color css
<style>
span { border-color: #492E28; }
span { border-color: rgb(73,46,40); }
td.TdClassName
{
border-color: #492E28;
}
.TagClassName
{
border-color: #492E28;
}
</style>