Shades of Espresso #472B27
Tints of Espresso #472B27
RGB
CMYK
RGB Variations
Color information
#472B27 (or 0x472B27) is known color: Espresso. HEX triplet: 47, 2B and 27. RGB value is (71,43,39). Sum of RGB (Red+Green+Blue) = 71+43+39=153 (20% of max value = 765). Red value is 71 (28.12% from 255 or 46.41% from 153); Green value is 43 (17.19% from 255 or 28.10% from 153); Blue value is 39 (15.62% from 255 or 25.49% from 153); Max value from RGB is 71 - color contains mainly: red. Hex color #472B27 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #472B27 is #B8D4D8. Grayscale: #323232. Windows color (decimal): -12113113 or 2566983. OLE color: 2566983.
HSL color Cylindrical-coordinate representation of color #472B27: hue angle of 7.5º 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 #472B27 is Cyan = 0, Magento = 0.39, Yellow = 0.45 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 71 | 43 | 39 | - |
| CMYK | 0 | 0.39 | 0.45 | 0.72 |
| HSL | 7.5º | 0.29% | 0.22% | - |
| HSV(B) | 7.5º | 0.45% | 0.28% | - |
| XYZ | 3.83 | 3.21 | 2.34 | - |
| YUV | 50.92 | 121.28 | 142.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 43 | 39 | 0 | 0.39 | 0.45 | 0.72 | 7.5 | 0.29 | 0.22 |
| Hex | 47 | 2B | 27 | 0 | 27 | 2D | 48 | 8 | 1D | 16 |
| Octal | 107 | 53 | 47 | 0 | 47 | 55 | 110 | 10 | 35 | 26 |
| Binary | 1000111 | 101011 | 100111 | 0 | 100111 | 101101 | 1001000 | 1000 | 11101 | 10110 |
Color Harmonies of #472B27
Complementary color
Monochromatic Colors of #472B27
Black with #472B27
Text Example
Text Example
White with #472B27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #472B27; }
p { color: rgb(71,43,39); }
H1.HeaderClassName
{
color: #472B27;
}
.AnyTagClassName
{
color: #472B27;
}
</style>
background-color css
<style>
a { background-color: #472B27; }
a { background-color: rgb(71,43,39); }
div.DivClassName
{
background-color: #472B27;
}
.BgClassName
{
background-color: #472B27;
}
</style>
border-color css
<style>
span { border-color: #472B27; }
span { border-color: rgb(71,43,39); }
td.TdClassName
{
border-color: #472B27;
}
.TagClassName
{
border-color: #472B27;
}
</style>