Shades of Espresso #492E2B
Tints of Espresso #492E2B
RGB
CMYK
RGB Variations
Color information
#492E2B (or 0x492E2B) is known color: Espresso. HEX triplet: 49, 2E and 2B. RGB value is (73,46,43). Sum of RGB (Red+Green+Blue) = 73+46+43=162 (21% of max value = 765). Red value is 73 (28.91% from 255 or 45.06% from 162); Green value is 46 (18.36% from 255 or 28.40% from 162); Blue value is 43 (17.19% from 255 or 26.54% from 162); Max value from RGB is 73 - color contains mainly: red. Hex color #492E2B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #492E2B is #B6D1D4. Grayscale: #353535. Windows color (decimal): -11981269 or 2829897. OLE color: 2829897.
HSL color Cylindrical-coordinate representation of color #492E2B: hue angle of 6º degrees, saturation: 0.26, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #492E2B is Cyan = 0, Magento = 0.37, Yellow = 0.41 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 46 | 43 | - |
| CMYK | 0 | 0.37 | 0.41 | 0.71 |
| HSL | 6º | 0.26% | 0.23% | - |
| HSV(B) | 6º | 0.41% | 0.29% | - |
| XYZ | 4.16 | 3.54 | 2.75 | - |
| YUV | 53.73 | 121.95 | 141.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 46 | 43 | 0 | 0.37 | 0.41 | 0.71 | 6 | 0.26 | 0.23 |
| Hex | 49 | 2E | 2B | 0 | 25 | 29 | 47 | 6 | 1A | 17 |
| Octal | 111 | 56 | 53 | 0 | 45 | 51 | 107 | 6 | 32 | 27 |
| Binary | 1001001 | 101110 | 101011 | 0 | 100101 | 101001 | 1000111 | 110 | 11010 | 10111 |
Color Harmonies of #492E2B
Complementary color
Monochromatic Colors of #492E2B
Black with #492E2B
Text Example
Text Example
White with #492E2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #492E2B; }
p { color: rgb(73,46,43); }
H1.HeaderClassName
{
color: #492E2B;
}
.AnyTagClassName
{
color: #492E2B;
}
</style>
background-color css
<style>
a { background-color: #492E2B; }
a { background-color: rgb(73,46,43); }
div.DivClassName
{
background-color: #492E2B;
}
.BgClassName
{
background-color: #492E2B;
}
</style>
border-color css
<style>
span { border-color: #492E2B; }
span { border-color: rgb(73,46,43); }
td.TdClassName
{
border-color: #492E2B;
}
.TagClassName
{
border-color: #492E2B;
}
</style>