Shades of Espresso #472C29
Tints of Espresso #472C29
RGB
CMYK
RGB Variations
Color information
#472C29 (or 0x472C29) is known color: Espresso. HEX triplet: 47, 2C and 29. RGB value is (71,44,41). Sum of RGB (Red+Green+Blue) = 71+44+41=156 (20% of max value = 765). Red value is 71 (28.12% from 255 or 45.51% from 156); Green value is 44 (17.58% from 255 or 28.21% from 156); Blue value is 41 (16.41% from 255 or 26.28% from 156); Max value from RGB is 71 - color contains mainly: red. Hex color #472C29 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #472C29 is #B8D3D6. Grayscale: #333333. Windows color (decimal): -12112855 or 2698311. OLE color: 2698311.
HSL color Cylindrical-coordinate representation of color #472C29: hue angle of 6º 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 #472C29 is Cyan = 0, Magento = 0.38, Yellow = 0.42 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 71 | 44 | 41 | - |
| CMYK | 0 | 0.38 | 0.42 | 0.72 |
| HSL | 6º | 0.27% | 0.22% | - |
| HSV(B) | 6º | 0.42% | 0.28% | - |
| XYZ | 3.9 | 3.3 | 2.53 | - |
| YUV | 51.73 | 121.95 | 141.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 44 | 41 | 0 | 0.38 | 0.42 | 0.72 | 6 | 0.27 | 0.22 |
| Hex | 47 | 2C | 29 | 0 | 26 | 2A | 48 | 6 | 1B | 16 |
| Octal | 107 | 54 | 51 | 0 | 46 | 52 | 110 | 6 | 33 | 26 |
| Binary | 1000111 | 101100 | 101001 | 0 | 100110 | 101010 | 1001000 | 110 | 11011 | 10110 |
Color Harmonies of #472C29
Complementary color
Monochromatic Colors of #472C29
Black with #472C29
Text Example
Text Example
White with #472C29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #472C29; }
p { color: rgb(71,44,41); }
H1.HeaderClassName
{
color: #472C29;
}
.AnyTagClassName
{
color: #472C29;
}
</style>
background-color css
<style>
a { background-color: #472C29; }
a { background-color: rgb(71,44,41); }
div.DivClassName
{
background-color: #472C29;
}
.BgClassName
{
background-color: #472C29;
}
</style>
border-color css
<style>
span { border-color: #472C29; }
span { border-color: rgb(71,44,41); }
td.TdClassName
{
border-color: #472C29;
}
.TagClassName
{
border-color: #472C29;
}
</style>