Shades of Espresso #492D27
Tints of Espresso #492D27
RGB
CMYK
RGB Variations
Color information
#492D27 (or 0x492D27) is known color: Espresso. HEX triplet: 49, 2D and 27. RGB value is (73,45,39). Sum of RGB (Red+Green+Blue) = 73+45+39=157 (20% of max value = 765). Red value is 73 (28.91% from 255 or 46.50% from 157); Green value is 45 (17.97% from 255 or 28.66% from 157); Blue value is 39 (15.62% from 255 or 24.84% from 157); Max value from RGB is 73 - color contains mainly: red. Hex color #492D27 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #492D27 is #B6D2D8. Grayscale: #343434. Windows color (decimal): -11981529 or 2567497. OLE color: 2567497.
HSL color Cylindrical-coordinate representation of color #492D27: hue angle of 10.59º degrees, saturation: 0.3, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #492D27 is Cyan = 0, Magento = 0.38, Yellow = 0.47 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 45 | 39 | - |
| CMYK | 0 | 0.38 | 0.47 | 0.71 |
| HSL | 10.59º | 0.3% | 0.22% | - |
| HSV(B) | 10.59º | 0.47% | 0.29% | - |
| XYZ | 4.05 | 3.44 | 2.37 | - |
| YUV | 52.69 | 120.28 | 142.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 45 | 39 | 0 | 0.38 | 0.47 | 0.71 | 10.59 | 0.3 | 0.22 |
| Hex | 49 | 2D | 27 | 0 | 26 | 2F | 47 | B | 1E | 16 |
| Octal | 111 | 55 | 47 | 0 | 46 | 57 | 107 | 13 | 36 | 26 |
| Binary | 1001001 | 101101 | 100111 | 0 | 100110 | 101111 | 1000111 | 1011 | 11110 | 10110 |
Color Harmonies of #492D27
Complementary color
Monochromatic Colors of #492D27
Black with #492D27
Text Example
Text Example
White with #492D27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #492D27; }
p { color: rgb(73,45,39); }
H1.HeaderClassName
{
color: #492D27;
}
.AnyTagClassName
{
color: #492D27;
}
</style>
background-color css
<style>
a { background-color: #492D27; }
a { background-color: rgb(73,45,39); }
div.DivClassName
{
background-color: #492D27;
}
.BgClassName
{
background-color: #492D27;
}
</style>
border-color css
<style>
span { border-color: #492D27; }
span { border-color: rgb(73,45,39); }
td.TdClassName
{
border-color: #492D27;
}
.TagClassName
{
border-color: #492D27;
}
</style>