Shades of Espresso #492F2F
Tints of Espresso #492F2F
RGB
CMYK
RGB Variations
Color information
#492F2F (or 0x492F2F) is known color: Espresso. HEX triplet: 49, 2F and 2F. RGB value is (73,47,47). Sum of RGB (Red+Green+Blue) = 73+47+47=167 (22% of max value = 765). Red value is 73 (28.91% from 255 or 43.71% from 167); Green value is 47 (18.75% from 255 or 28.14% from 167); Blue value is 47 (18.75% from 255 or 28.14% from 167); Max value from RGB is 73 - color contains mainly: red. Hex color #492F2F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #492F2F is #B6D0D0. Grayscale: #363636. Windows color (decimal): -11981009 or 3092297. OLE color: 3092297.
HSL color Cylindrical-coordinate representation of color #492F2F: hue angle of 0º degrees, saturation: 0.22, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #492F2F is Cyan = 0, Magento = 0.36, Yellow = 0.36 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 47 | 47 | - |
| CMYK | 0 | 0.36 | 0.36 | 0.71 |
| HSL | 0º | 0.22% | 0.24% | - |
| HSV(B) | 0º | 0.36% | 0.29% | - |
| XYZ | 4.28 | 3.65 | 3.17 | - |
| YUV | 54.77 | 123.61 | 141 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 47 | 47 | 0 | 0.36 | 0.36 | 0.71 | 0 | 0.22 | 0.24 |
| Hex | 49 | 2F | 2F | 0 | 24 | 24 | 47 | 0 | 16 | 18 |
| Octal | 111 | 57 | 57 | 0 | 44 | 44 | 107 | 0 | 26 | 30 |
| Binary | 1001001 | 101111 | 101111 | 0 | 100100 | 100100 | 1000111 | 0 | 10110 | 11000 |
Color Harmonies of #492F2F
Complementary color
Monochromatic Colors of #492F2F
Black with #492F2F
Text Example
Text Example
White with #492F2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #492F2F; }
p { color: rgb(73,47,47); }
H1.HeaderClassName
{
color: #492F2F;
}
.AnyTagClassName
{
color: #492F2F;
}
</style>
background-color css
<style>
a { background-color: #492F2F; }
a { background-color: rgb(73,47,47); }
div.DivClassName
{
background-color: #492F2F;
}
.BgClassName
{
background-color: #492F2F;
}
</style>
border-color css
<style>
span { border-color: #492F2F; }
span { border-color: rgb(73,47,47); }
td.TdClassName
{
border-color: #492F2F;
}
.TagClassName
{
border-color: #492F2F;
}
</style>