Shades of Espresso #472C26
Tints of Espresso #472C26
RGB
CMYK
RGB Variations
Color information
#472C26 (or 0x472C26) is known color: Espresso. HEX triplet: 47, 2C and 26. RGB value is (71,44,38). Sum of RGB (Red+Green+Blue) = 71+44+38=153 (20% of max value = 765). Red value is 71 (28.12% from 255 or 46.41% from 153); Green value is 44 (17.58% from 255 or 28.76% from 153); Blue value is 38 (15.23% from 255 or 24.84% from 153); Max value from RGB is 71 - color contains mainly: red. Hex color #472C26 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #472C26 is #B8D3D9. Grayscale: #333333. Windows color (decimal): -12112858 or 2501703. OLE color: 2501703.
HSL color Cylindrical-coordinate representation of color #472C26: hue angle of 10.91º degrees, saturation: 0.3, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #472C26 is Cyan = 0, Magento = 0.38, Yellow = 0.46 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 71 | 44 | 38 | - |
| CMYK | 0 | 0.38 | 0.46 | 0.72 |
| HSL | 10.91º | 0.3% | 0.21% | - |
| HSV(B) | 10.91º | 0.46% | 0.28% | - |
| XYZ | 3.85 | 3.28 | 2.26 | - |
| YUV | 51.39 | 120.45 | 141.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 44 | 38 | 0 | 0.38 | 0.46 | 0.72 | 10.91 | 0.3 | 0.21 |
| Hex | 47 | 2C | 26 | 0 | 26 | 2E | 48 | B | 1E | 15 |
| Octal | 107 | 54 | 46 | 0 | 46 | 56 | 110 | 13 | 36 | 25 |
| Binary | 1000111 | 101100 | 100110 | 0 | 100110 | 101110 | 1001000 | 1011 | 11110 | 10101 |
Color Harmonies of #472C26
Complementary color
Monochromatic Colors of #472C26
Black with #472C26
Text Example
Text Example
White with #472C26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #472C26; }
p { color: rgb(71,44,38); }
H1.HeaderClassName
{
color: #472C26;
}
.AnyTagClassName
{
color: #472C26;
}
</style>
background-color css
<style>
a { background-color: #472C26; }
a { background-color: rgb(71,44,38); }
div.DivClassName
{
background-color: #472C26;
}
.BgClassName
{
background-color: #472C26;
}
</style>
border-color css
<style>
span { border-color: #472C26; }
span { border-color: rgb(71,44,38); }
td.TdClassName
{
border-color: #472C26;
}
.TagClassName
{
border-color: #472C26;
}
</style>