Shades of Espresso #472725
Tints of Espresso #472725
RGB
CMYK
RGB Variations
Color information
#472725 (or 0x472725) is known color: Espresso. HEX triplet: 47, 27 and 25. RGB value is (71,39,37). Sum of RGB (Red+Green+Blue) = 71+39+37=147 (19% of max value = 765). Red value is 71 (28.12% from 255 or 48.30% from 147); Green value is 39 (15.62% from 255 or 26.53% from 147); Blue value is 37 (14.84% from 255 or 25.17% from 147); Max value from RGB is 71 - color contains mainly: red. Hex color #472725 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #472725 is #B8D8DA. Grayscale: #303030. Windows color (decimal): -12114139 or 2434887. OLE color: 2434887.
HSL color Cylindrical-coordinate representation of color #472725: hue angle of 3.53º degrees, saturation: 0.31, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #472725 is Cyan = 0, Magento = 0.45, Yellow = 0.48 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 71 | 39 | 37 | - |
| CMYK | 0 | 0.45 | 0.48 | 0.72 |
| HSL | 3.53º | 0.31% | 0.21% | - |
| HSV(B) | 3.53º | 0.48% | 0.28% | - |
| XYZ | 3.66 | 2.92 | 2.12 | - |
| YUV | 48.34 | 121.6 | 144.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 39 | 37 | 0 | 0.45 | 0.48 | 0.72 | 3.53 | 0.31 | 0.21 |
| Hex | 47 | 27 | 25 | 0 | 2D | 30 | 48 | 4 | 1F | 15 |
| Octal | 107 | 47 | 45 | 0 | 55 | 60 | 110 | 4 | 37 | 25 |
| Binary | 1000111 | 100111 | 100101 | 0 | 101101 | 110000 | 1001000 | 100 | 11111 | 10101 |
Color Harmonies of #472725
Complementary color
Monochromatic Colors of #472725
Black with #472725
Text Example
Text Example
White with #472725
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #472725; }
p { color: rgb(71,39,37); }
H1.HeaderClassName
{
color: #472725;
}
.AnyTagClassName
{
color: #472725;
}
</style>
background-color css
<style>
a { background-color: #472725; }
a { background-color: rgb(71,39,37); }
div.DivClassName
{
background-color: #472725;
}
.BgClassName
{
background-color: #472725;
}
</style>
border-color css
<style>
span { border-color: #472725; }
span { border-color: rgb(71,39,37); }
td.TdClassName
{
border-color: #472725;
}
.TagClassName
{
border-color: #472725;
}
</style>