Shades of Espresso #492E2D
Tints of Espresso #492E2D
RGB
CMYK
RGB Variations
Color information
#492E2D (or 0x492E2D) is known color: Espresso. HEX triplet: 49, 2E and 2D. RGB value is (73,46,45). Sum of RGB (Red+Green+Blue) = 73+46+45=164 (21% of max value = 765). Red value is 73 (28.91% from 255 or 44.51% from 164); Green value is 46 (18.36% from 255 or 28.05% from 164); Blue value is 45 (17.97% from 255 or 27.44% from 164); Max value from RGB is 73 - color contains mainly: red. Hex color #492E2D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #492E2D is #B6D1D2. Grayscale: #353535. Windows color (decimal): -11981267 or 2960969. OLE color: 2960969.
HSL color Cylindrical-coordinate representation of color #492E2D: hue angle of 2.14º degrees, saturation: 0.24, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #492E2D is Cyan = 0, Magento = 0.37, Yellow = 0.38 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 46 | 45 | - |
| CMYK | 0 | 0.37 | 0.38 | 0.71 |
| HSL | 2.14º | 0.24% | 0.23% | - |
| HSV(B) | 2.14º | 0.38% | 0.29% | - |
| XYZ | 4.2 | 3.56 | 2.95 | - |
| YUV | 53.96 | 122.95 | 141.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 46 | 45 | 0 | 0.37 | 0.38 | 0.71 | 2.14 | 0.24 | 0.23 |
| Hex | 49 | 2E | 2D | 0 | 25 | 26 | 47 | 2 | 18 | 17 |
| Octal | 111 | 56 | 55 | 0 | 45 | 46 | 107 | 2 | 30 | 27 |
| Binary | 1001001 | 101110 | 101101 | 0 | 100101 | 100110 | 1000111 | 10 | 11000 | 10111 |
Color Harmonies of #492E2D
Complementary color
Monochromatic Colors of #492E2D
Black with #492E2D
Text Example
Text Example
White with #492E2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #492E2D; }
p { color: rgb(73,46,45); }
H1.HeaderClassName
{
color: #492E2D;
}
.AnyTagClassName
{
color: #492E2D;
}
</style>
background-color css
<style>
a { background-color: #492E2D; }
a { background-color: rgb(73,46,45); }
div.DivClassName
{
background-color: #492E2D;
}
.BgClassName
{
background-color: #492E2D;
}
</style>
border-color css
<style>
span { border-color: #492E2D; }
span { border-color: rgb(73,46,45); }
td.TdClassName
{
border-color: #492E2D;
}
.TagClassName
{
border-color: #492E2D;
}
</style>