Shades of Espresso #472D29
Tints of Espresso #472D29
RGB
CMYK
RGB Variations
Color information
#472D29 (or 0x472D29) is known color: Espresso. HEX triplet: 47, 2D and 29. RGB value is (71,45,41). Sum of RGB (Red+Green+Blue) = 71+45+41=157 (20% of max value = 765). Red value is 71 (28.12% from 255 or 45.22% from 157); Green value is 45 (17.97% from 255 or 28.66% from 157); Blue value is 41 (16.41% from 255 or 26.11% from 157); Max value from RGB is 71 - color contains mainly: red. Hex color #472D29 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #472D29 is #B8D2D6. Grayscale: #343434. Windows color (decimal): -12112599 or 2698567. OLE color: 2698567.
HSL color Cylindrical-coordinate representation of color #472D29: hue angle of 8º 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 #472D29 is Cyan = 0, Magento = 0.37, Yellow = 0.42 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 71 | 45 | 41 | - |
| CMYK | 0 | 0.37 | 0.42 | 0.72 |
| HSL | 8º | 0.27% | 0.22% | - |
| HSV(B) | 8º | 0.42% | 0.28% | - |
| XYZ | 3.94 | 3.38 | 2.54 | - |
| YUV | 52.32 | 121.61 | 141.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 45 | 41 | 0 | 0.37 | 0.42 | 0.72 | 8 | 0.27 | 0.22 |
| Hex | 47 | 2D | 29 | 0 | 25 | 2A | 48 | 8 | 1B | 16 |
| Octal | 107 | 55 | 51 | 0 | 45 | 52 | 110 | 10 | 33 | 26 |
| Binary | 1000111 | 101101 | 101001 | 0 | 100101 | 101010 | 1001000 | 1000 | 11011 | 10110 |
Color Harmonies of #472D29
Complementary color
Monochromatic Colors of #472D29
Black with #472D29
Text Example
Text Example
White with #472D29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #472D29; }
p { color: rgb(71,45,41); }
H1.HeaderClassName
{
color: #472D29;
}
.AnyTagClassName
{
color: #472D29;
}
</style>
background-color css
<style>
a { background-color: #472D29; }
a { background-color: rgb(71,45,41); }
div.DivClassName
{
background-color: #472D29;
}
.BgClassName
{
background-color: #472D29;
}
</style>
border-color css
<style>
span { border-color: #472D29; }
span { border-color: rgb(71,45,41); }
td.TdClassName
{
border-color: #472D29;
}
.TagClassName
{
border-color: #472D29;
}
</style>