Shades of Espresso #47302D
Tints of Espresso #47302D
RGB
CMYK
RGB Variations
Color information
#47302D (or 0x47302D) is known color: Espresso. HEX triplet: 47, 30 and 2D. RGB value is (71,48,45). Sum of RGB (Red+Green+Blue) = 71+48+45=164 (21% of max value = 765). Red value is 71 (28.12% from 255 or 43.29% from 164); Green value is 48 (19.14% from 255 or 29.27% from 164); Blue value is 45 (17.97% from 255 or 27.44% from 164); Max value from RGB is 71 - color contains mainly: red. Hex color #47302D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #47302D is #B8CFD2. Grayscale: #363636. Windows color (decimal): -12111827 or 2961479. OLE color: 2961479.
HSL color Cylindrical-coordinate representation of color #47302D: hue angle of 6.92º degrees, saturation: 0.22, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #47302D is Cyan = 0, Magento = 0.32, Yellow = 0.37 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 71 | 48 | 45 | - |
| CMYK | 0 | 0.32 | 0.37 | 0.72 |
| HSL | 6.92º | 0.22% | 0.23% | - |
| HSV(B) | 6.92º | 0.37% | 0.28% | - |
| XYZ | 4.13 | 3.64 | 2.97 | - |
| YUV | 54.54 | 122.62 | 139.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 48 | 45 | 0 | 0.32 | 0.37 | 0.72 | 6.92 | 0.22 | 0.23 |
| Hex | 47 | 30 | 2D | 0 | 20 | 25 | 48 | 7 | 16 | 17 |
| Octal | 107 | 60 | 55 | 0 | 40 | 45 | 110 | 7 | 26 | 27 |
| Binary | 1000111 | 110000 | 101101 | 0 | 100000 | 100101 | 1001000 | 111 | 10110 | 10111 |
Color Harmonies of #47302D
Complementary color
Monochromatic Colors of #47302D
Black with #47302D
Text Example
Text Example
White with #47302D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47302D; }
p { color: rgb(71,48,45); }
H1.HeaderClassName
{
color: #47302D;
}
.AnyTagClassName
{
color: #47302D;
}
</style>
background-color css
<style>
a { background-color: #47302D; }
a { background-color: rgb(71,48,45); }
div.DivClassName
{
background-color: #47302D;
}
.BgClassName
{
background-color: #47302D;
}
</style>
border-color css
<style>
span { border-color: #47302D; }
span { border-color: rgb(71,48,45); }
td.TdClassName
{
border-color: #47302D;
}
.TagClassName
{
border-color: #47302D;
}
</style>