Shades of Espresso #472A27
Tints of Espresso #472A27
RGB
CMYK
RGB Variations
Color information
#472A27 (or 0x472A27) is known color: Espresso. HEX triplet: 47, 2A and 27. RGB value is (71,42,39). Sum of RGB (Red+Green+Blue) = 71+42+39=152 (20% of max value = 765). Red value is 71 (28.12% from 255 or 46.71% from 152); Green value is 42 (16.80% from 255 or 27.63% from 152); Blue value is 39 (15.62% from 255 or 25.66% from 152); Max value from RGB is 71 - color contains mainly: red. Hex color #472A27 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #472A27 is #B8D5D8. Grayscale: #323232. Windows color (decimal): -12113369 or 2566727. OLE color: 2566727.
HSL color Cylindrical-coordinate representation of color #472A27: hue angle of 5.62º degrees, saturation: 0.29, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #472A27 is Cyan = 0, Magento = 0.41, Yellow = 0.45 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 71 | 42 | 39 | - |
| CMYK | 0 | 0.41 | 0.45 | 0.72 |
| HSL | 5.63º | 0.29% | 0.22% | - |
| HSV(B) | 5.63º | 0.45% | 0.28% | - |
| XYZ | 3.79 | 3.14 | 2.33 | - |
| YUV | 50.33 | 121.61 | 142.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 42 | 39 | 0 | 0.41 | 0.45 | 0.72 | 5.63 | 0.29 | 0.22 |
| Hex | 47 | 2A | 27 | 0 | 29 | 2D | 48 | 6 | 1D | 16 |
| Octal | 107 | 52 | 47 | 0 | 51 | 55 | 110 | 6 | 35 | 26 |
| Binary | 1000111 | 101010 | 100111 | 0 | 101001 | 101101 | 1001000 | 110 | 11101 | 10110 |
Color Harmonies of #472A27
Complementary color
Monochromatic Colors of #472A27
Black with #472A27
Text Example
Text Example
White with #472A27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #472A27; }
p { color: rgb(71,42,39); }
H1.HeaderClassName
{
color: #472A27;
}
.AnyTagClassName
{
color: #472A27;
}
</style>
background-color css
<style>
a { background-color: #472A27; }
a { background-color: rgb(71,42,39); }
div.DivClassName
{
background-color: #472A27;
}
.BgClassName
{
background-color: #472A27;
}
</style>
border-color css
<style>
span { border-color: #472A27; }
span { border-color: rgb(71,42,39); }
td.TdClassName
{
border-color: #472A27;
}
.TagClassName
{
border-color: #472A27;
}
</style>