Shades of Espresso #472C28
Tints of Espresso #472C28
RGB
CMYK
RGB Variations
Color information
#472C28 (or 0x472C28) is known color: Espresso. HEX triplet: 47, 2C and 28. RGB value is (71,44,40). Sum of RGB (Red+Green+Blue) = 71+44+40=155 (20% of max value = 765). Red value is 71 (28.12% from 255 or 45.81% from 155); Green value is 44 (17.58% from 255 or 28.39% from 155); Blue value is 40 (16.02% from 255 or 25.81% from 155); Max value from RGB is 71 - color contains mainly: red. Hex color #472C28 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #472C28 is #B8D3D7. Grayscale: #333333. Windows color (decimal): -12112856 or 2632775. OLE color: 2632775.
HSL color Cylindrical-coordinate representation of color #472C28: hue angle of 7.74º degrees, saturation: 0.28, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #472C28 is Cyan = 0, Magento = 0.38, Yellow = 0.44 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 71 | 44 | 40 | - |
| CMYK | 0 | 0.38 | 0.44 | 0.72 |
| HSL | 7.74º | 0.28% | 0.22% | - |
| HSV(B) | 7.74º | 0.44% | 0.28% | - |
| XYZ | 3.88 | 3.29 | 2.44 | - |
| YUV | 51.62 | 121.45 | 141.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 44 | 40 | 0 | 0.38 | 0.44 | 0.72 | 7.74 | 0.28 | 0.22 |
| Hex | 47 | 2C | 28 | 0 | 26 | 2C | 48 | 8 | 1C | 16 |
| Octal | 107 | 54 | 50 | 0 | 46 | 54 | 110 | 10 | 34 | 26 |
| Binary | 1000111 | 101100 | 101000 | 0 | 100110 | 101100 | 1001000 | 1000 | 11100 | 10110 |
Color Harmonies of #472C28
Complementary color
Monochromatic Colors of #472C28
Black with #472C28
Text Example
Text Example
White with #472C28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #472C28; }
p { color: rgb(71,44,40); }
H1.HeaderClassName
{
color: #472C28;
}
.AnyTagClassName
{
color: #472C28;
}
</style>
background-color css
<style>
a { background-color: #472C28; }
a { background-color: rgb(71,44,40); }
div.DivClassName
{
background-color: #472C28;
}
.BgClassName
{
background-color: #472C28;
}
</style>
border-color css
<style>
span { border-color: #472C28; }
span { border-color: rgb(71,44,40); }
td.TdClassName
{
border-color: #472C28;
}
.TagClassName
{
border-color: #472C28;
}
</style>