Shades of Espresso #472A29
Tints of Espresso #472A29
RGB
CMYK
RGB Variations
Color information
#472A29 (or 0x472A29) is known color: Espresso. HEX triplet: 47, 2A and 29. RGB value is (71,42,41). Sum of RGB (Red+Green+Blue) = 71+42+41=154 (20% of max value = 765). Red value is 71 (28.12% from 255 or 46.10% from 154); Green value is 42 (16.80% from 255 or 27.27% from 154); Blue value is 41 (16.41% from 255 or 26.62% from 154); Max value from RGB is 71 - color contains mainly: red. Hex color #472A29 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #472A29 is #B8D5D6. Grayscale: #323232. Windows color (decimal): -12113367 or 2697799. OLE color: 2697799.
HSL color Cylindrical-coordinate representation of color #472A29: hue angle of 2º 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 #472A29 is Cyan = 0, Magento = 0.41, Yellow = 0.42 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 71 | 42 | 41 | - |
| CMYK | 0 | 0.41 | 0.42 | 0.72 |
| HSL | 2º | 0.27% | 0.22% | - |
| HSV(B) | 2º | 0.42% | 0.28% | - |
| XYZ | 3.83 | 3.16 | 2.51 | - |
| YUV | 50.56 | 122.61 | 142.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 42 | 41 | 0 | 0.41 | 0.42 | 0.72 | 2 | 0.27 | 0.22 |
| Hex | 47 | 2A | 29 | 0 | 29 | 2A | 48 | 2 | 1B | 16 |
| Octal | 107 | 52 | 51 | 0 | 51 | 52 | 110 | 2 | 33 | 26 |
| Binary | 1000111 | 101010 | 101001 | 0 | 101001 | 101010 | 1001000 | 10 | 11011 | 10110 |
Color Harmonies of #472A29
Complementary color
Monochromatic Colors of #472A29
Black with #472A29
Text Example
Text Example
White with #472A29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #472A29; }
p { color: rgb(71,42,41); }
H1.HeaderClassName
{
color: #472A29;
}
.AnyTagClassName
{
color: #472A29;
}
</style>
background-color css
<style>
a { background-color: #472A29; }
a { background-color: rgb(71,42,41); }
div.DivClassName
{
background-color: #472A29;
}
.BgClassName
{
background-color: #472A29;
}
</style>
border-color css
<style>
span { border-color: #472A29; }
span { border-color: rgb(71,42,41); }
td.TdClassName
{
border-color: #472A29;
}
.TagClassName
{
border-color: #472A29;
}
</style>