Shades of Espresso #49302B
Tints of Espresso #49302B
RGB
CMYK
RGB Variations
Color information
#49302B (or 0x49302B) is known color: Espresso. HEX triplet: 49, 30 and 2B. RGB value is (73,48,43). Sum of RGB (Red+Green+Blue) = 73+48+43=164 (21% of max value = 765). Red value is 73 (28.91% from 255 or 44.51% from 164); Green value is 48 (19.14% from 255 or 29.27% from 164); Blue value is 43 (17.19% from 255 or 26.22% from 164); Max value from RGB is 73 - color contains mainly: red. Hex color #49302B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #49302B is #B6CFD4. Grayscale: #363636. Windows color (decimal): -11980757 or 2830409. OLE color: 2830409.
HSL color Cylindrical-coordinate representation of color #49302B: hue angle of 10º degrees, saturation: 0.26, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #49302B is Cyan = 0, Magento = 0.34, Yellow = 0.41 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 48 | 43 | - |
| CMYK | 0 | 0.34 | 0.41 | 0.71 |
| HSL | 10º | 0.26% | 0.23% | - |
| HSV(B) | 10º | 0.41% | 0.29% | - |
| XYZ | 4.24 | 3.7 | 2.78 | - |
| YUV | 54.91 | 121.28 | 140.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 48 | 43 | 0 | 0.34 | 0.41 | 0.71 | 10 | 0.26 | 0.23 |
| Hex | 49 | 30 | 2B | 0 | 22 | 29 | 47 | A | 1A | 17 |
| Octal | 111 | 60 | 53 | 0 | 42 | 51 | 107 | 12 | 32 | 27 |
| Binary | 1001001 | 110000 | 101011 | 0 | 100010 | 101001 | 1000111 | 1010 | 11010 | 10111 |
Color Harmonies of #49302B
Complementary color
Monochromatic Colors of #49302B
Black with #49302B
Text Example
Text Example
White with #49302B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49302B; }
p { color: rgb(73,48,43); }
H1.HeaderClassName
{
color: #49302B;
}
.AnyTagClassName
{
color: #49302B;
}
</style>
background-color css
<style>
a { background-color: #49302B; }
a { background-color: rgb(73,48,43); }
div.DivClassName
{
background-color: #49302B;
}
.BgClassName
{
background-color: #49302B;
}
</style>
border-color css
<style>
span { border-color: #49302B; }
span { border-color: rgb(73,48,43); }
td.TdClassName
{
border-color: #49302B;
}
.TagClassName
{
border-color: #49302B;
}
</style>