Shades of Espresso #492A28
Tints of Espresso #492A28
RGB
CMYK
RGB Variations
Color information
#492A28 (or 0x492A28) is known color: Espresso. HEX triplet: 49, 2A and 28. RGB value is (73,42,40). Sum of RGB (Red+Green+Blue) = 73+42+40=155 (20% of max value = 765). Red value is 73 (28.91% from 255 or 47.10% from 155); Green value is 42 (16.80% from 255 or 27.10% from 155); Blue value is 40 (16.02% from 255 or 25.81% from 155); Max value from RGB is 73 - color contains mainly: red. Hex color #492A28 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #492A28 is #B6D5D7. Grayscale: #333333. Windows color (decimal): -11982296 or 2632265. OLE color: 2632265.
HSL color Cylindrical-coordinate representation of color #492A28: hue angle of 3.64º degrees, saturation: 0.29, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #492A28 is Cyan = 0, Magento = 0.42, Yellow = 0.45 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 42 | 40 | - |
| CMYK | 0 | 0.42 | 0.45 | 0.71 |
| HSL | 3.64º | 0.29% | 0.22% | - |
| HSV(B) | 3.64º | 0.45% | 0.29% | - |
| XYZ | 3.96 | 3.23 | 2.42 | - |
| YUV | 51.04 | 121.77 | 143.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 42 | 40 | 0 | 0.42 | 0.45 | 0.71 | 3.64 | 0.29 | 0.22 |
| Hex | 49 | 2A | 28 | 0 | 2A | 2D | 47 | 4 | 1D | 16 |
| Octal | 111 | 52 | 50 | 0 | 52 | 55 | 107 | 4 | 35 | 26 |
| Binary | 1001001 | 101010 | 101000 | 0 | 101010 | 101101 | 1000111 | 100 | 11101 | 10110 |
Color Harmonies of #492A28
Complementary color
Monochromatic Colors of #492A28
Black with #492A28
Text Example
Text Example
White with #492A28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #492A28; }
p { color: rgb(73,42,40); }
H1.HeaderClassName
{
color: #492A28;
}
.AnyTagClassName
{
color: #492A28;
}
</style>
background-color css
<style>
a { background-color: #492A28; }
a { background-color: rgb(73,42,40); }
div.DivClassName
{
background-color: #492A28;
}
.BgClassName
{
background-color: #492A28;
}
</style>
border-color css
<style>
span { border-color: #492A28; }
span { border-color: rgb(73,42,40); }
td.TdClassName
{
border-color: #492A28;
}
.TagClassName
{
border-color: #492A28;
}
</style>