Shades of Espresso #492725
Tints of Espresso #492725
RGB
CMYK
RGB Variations
Color information
#492725 (or 0x492725) is known color: Espresso. HEX triplet: 49, 27 and 25. RGB value is (73,39,37). Sum of RGB (Red+Green+Blue) = 73+39+37=149 (19% of max value = 765). Red value is 73 (28.91% from 255 or 48.99% from 149); Green value is 39 (15.62% from 255 or 26.17% from 149); Blue value is 37 (14.84% from 255 or 24.83% from 149); Max value from RGB is 73 - color contains mainly: red. Hex color #492725 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #492725 is #B6D8DA. Grayscale: #303030. Windows color (decimal): -11983067 or 2434889. OLE color: 2434889.
HSL color Cylindrical-coordinate representation of color #492725: hue angle of 3.33º degrees, saturation: 0.33, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #492725 is Cyan = 0, Magento = 0.47, Yellow = 0.49 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 39 | 37 | - |
| CMYK | 0 | 0.47 | 0.49 | 0.71 |
| HSL | 3.33º | 0.33% | 0.22% | - |
| HSV(B) | 3.33º | 0.49% | 0.29% | - |
| XYZ | 3.81 | 3 | 2.13 | - |
| YUV | 48.94 | 121.26 | 145.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 39 | 37 | 0 | 0.47 | 0.49 | 0.71 | 3.33 | 0.33 | 0.22 |
| Hex | 49 | 27 | 25 | 0 | 2F | 31 | 47 | 3 | 21 | 16 |
| Octal | 111 | 47 | 45 | 0 | 57 | 61 | 107 | 3 | 41 | 26 |
| Binary | 1001001 | 100111 | 100101 | 0 | 101111 | 110001 | 1000111 | 11 | 100001 | 10110 |
Color Harmonies of #492725
Complementary color
Monochromatic Colors of #492725
Black with #492725
Text Example
Text Example
White with #492725
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #492725; }
p { color: rgb(73,39,37); }
H1.HeaderClassName
{
color: #492725;
}
.AnyTagClassName
{
color: #492725;
}
</style>
background-color css
<style>
a { background-color: #492725; }
a { background-color: rgb(73,39,37); }
div.DivClassName
{
background-color: #492725;
}
.BgClassName
{
background-color: #492725;
}
</style>
border-color css
<style>
span { border-color: #492725; }
span { border-color: rgb(73,39,37); }
td.TdClassName
{
border-color: #492725;
}
.TagClassName
{
border-color: #492725;
}
</style>