Shades of Espresso #472929
Tints of Espresso #472929
RGB
CMYK
RGB Variations
Color information
#472929 (or 0x472929) is known color: Espresso. HEX triplet: 47, 29 and 29. RGB value is (71,41,41). Sum of RGB (Red+Green+Blue) = 71+41+41=153 (20% of max value = 765). Red value is 71 (28.12% from 255 or 46.41% from 153); Green value is 41 (16.41% from 255 or 26.80% from 153); Blue value is 41 (16.41% from 255 or 26.80% from 153); Max value from RGB is 71 - color contains mainly: red. Hex color #472929 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #472929 is #B8D6D6. Grayscale: #313131. Windows color (decimal): -12113623 or 2697543. OLE color: 2697543.
HSL color Cylindrical-coordinate representation of color #472929: hue angle of 0º degrees, saturation: 0.27, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #472929 is Cyan = 0, Magento = 0.42, Yellow = 0.42 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 71 | 41 | 41 | - |
| CMYK | 0 | 0.42 | 0.42 | 0.72 |
| HSL | 0º | 0.27% | 0.22% | - |
| HSV(B) | 0º | 0.42% | 0.28% | - |
| XYZ | 3.79 | 3.09 | 2.49 | - |
| YUV | 49.97 | 122.94 | 143 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 41 | 41 | 0 | 0.42 | 0.42 | 0.72 | 0 | 0.27 | 0.22 |
| Hex | 47 | 29 | 29 | 0 | 2A | 2A | 48 | 0 | 1B | 16 |
| Octal | 107 | 51 | 51 | 0 | 52 | 52 | 110 | 0 | 33 | 26 |
| Binary | 1000111 | 101001 | 101001 | 0 | 101010 | 101010 | 1001000 | 0 | 11011 | 10110 |
Color Harmonies of #472929
Complementary color
Monochromatic Colors of #472929
Black with #472929
Text Example
Text Example
White with #472929
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #472929; }
p { color: rgb(71,41,41); }
H1.HeaderClassName
{
color: #472929;
}
.AnyTagClassName
{
color: #472929;
}
</style>
background-color css
<style>
a { background-color: #472929; }
a { background-color: rgb(71,41,41); }
div.DivClassName
{
background-color: #472929;
}
.BgClassName
{
background-color: #472929;
}
</style>
border-color css
<style>
span { border-color: #472929; }
span { border-color: rgb(71,41,41); }
td.TdClassName
{
border-color: #472929;
}
.TagClassName
{
border-color: #472929;
}
</style>