Shades of Espresso #492523
Tints of Espresso #492523
RGB
CMYK
RGB Variations
Color information
#492523 (or 0x492523) is known color: Espresso. HEX triplet: 49, 25 and 23. RGB value is (73,37,35). Sum of RGB (Red+Green+Blue) = 73+37+35=145 (19% of max value = 765). Red value is 73 (28.91% from 255 or 50.34% from 145); Green value is 37 (14.84% from 255 or 25.52% from 145); Blue value is 35 (14.06% from 255 or 24.14% from 145); Max value from RGB is 73 - color contains mainly: red. Hex color #492523 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #492523 is #B6DADC. Grayscale: #2F2F2F. Windows color (decimal): -11983581 or 2303305. OLE color: 2303305.
HSL color Cylindrical-coordinate representation of color #492523: hue angle of 3.16º degrees, saturation: 0.35, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #492523 is Cyan = 0, Magento = 0.49, Yellow = 0.52 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 37 | 35 | - |
| CMYK | 0 | 0.49 | 0.52 | 0.71 |
| HSL | 3.16º | 0.35% | 0.21% | - |
| HSV(B) | 3.16º | 0.52% | 0.29% | - |
| XYZ | 3.71 | 2.86 | 1.95 | - |
| YUV | 47.54 | 120.93 | 146.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 37 | 35 | 0 | 0.49 | 0.52 | 0.71 | 3.16 | 0.35 | 0.21 |
| Hex | 49 | 25 | 23 | 0 | 31 | 34 | 47 | 3 | 23 | 15 |
| Octal | 111 | 45 | 43 | 0 | 61 | 64 | 107 | 3 | 43 | 25 |
| Binary | 1001001 | 100101 | 100011 | 0 | 110001 | 110100 | 1000111 | 11 | 100011 | 10101 |
Color Harmonies of #492523
Complementary color
Monochromatic Colors of #492523
Black with #492523
Text Example
Text Example
White with #492523
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #492523; }
p { color: rgb(73,37,35); }
H1.HeaderClassName
{
color: #492523;
}
.AnyTagClassName
{
color: #492523;
}
</style>
background-color css
<style>
a { background-color: #492523; }
a { background-color: rgb(73,37,35); }
div.DivClassName
{
background-color: #492523;
}
.BgClassName
{
background-color: #492523;
}
</style>
border-color css
<style>
span { border-color: #492523; }
span { border-color: rgb(73,37,35); }
td.TdClassName
{
border-color: #492523;
}
.TagClassName
{
border-color: #492523;
}
</style>