Shades of Espresso #492C2A
Tints of Espresso #492C2A
RGB
CMYK
RGB Variations
Color information
#492C2A (or 0x492C2A) is known color: Espresso. HEX triplet: 49, 2C and 2A. RGB value is (73,44,42). Sum of RGB (Red+Green+Blue) = 73+44+42=159 (21% of max value = 765). Red value is 73 (28.91% from 255 or 45.91% from 159); Green value is 44 (17.58% from 255 or 27.67% from 159); Blue value is 42 (16.80% from 255 or 26.42% from 159); Max value from RGB is 73 - color contains mainly: red. Hex color #492C2A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #492C2A is #B6D3D5. Grayscale: #343434. Windows color (decimal): -11981782 or 2763849. OLE color: 2763849.
HSL color Cylindrical-coordinate representation of color #492C2A: hue angle of 3.87º degrees, saturation: 0.27, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #492C2A is Cyan = 0, Magento = 0.40, Yellow = 0.42 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 44 | 42 | - |
| CMYK | 0 | 0.40 | 0.42 | 0.71 |
| HSL | 3.87º | 0.27% | 0.23% | - |
| HSV(B) | 3.87º | 0.42% | 0.29% | - |
| XYZ | 4.07 | 3.38 | 2.63 | - |
| YUV | 52.44 | 122.11 | 142.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 44 | 42 | 0 | 0.40 | 0.42 | 0.71 | 3.87 | 0.27 | 0.23 |
| Hex | 49 | 2C | 2A | 0 | 28 | 2A | 47 | 4 | 1B | 17 |
| Octal | 111 | 54 | 52 | 0 | 50 | 52 | 107 | 4 | 33 | 27 |
| Binary | 1001001 | 101100 | 101010 | 0 | 101000 | 101010 | 1000111 | 100 | 11011 | 10111 |
Color Harmonies of #492C2A
Complementary color
Monochromatic Colors of #492C2A
Black with #492C2A
Text Example
Text Example
White with #492C2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #492C2A; }
p { color: rgb(73,44,42); }
H1.HeaderClassName
{
color: #492C2A;
}
.AnyTagClassName
{
color: #492C2A;
}
</style>
background-color css
<style>
a { background-color: #492C2A; }
a { background-color: rgb(73,44,42); }
div.DivClassName
{
background-color: #492C2A;
}
.BgClassName
{
background-color: #492C2A;
}
</style>
border-color css
<style>
span { border-color: #492C2A; }
span { border-color: rgb(73,44,42); }
td.TdClassName
{
border-color: #492C2A;
}
.TagClassName
{
border-color: #492C2A;
}
</style>