Shades of Espresso #472D2B
Tints of Espresso #472D2B
RGB
CMYK
RGB Variations
Color information
#472D2B (or 0x472D2B) is known color: Espresso. HEX triplet: 47, 2D and 2B. RGB value is (71,45,43). Sum of RGB (Red+Green+Blue) = 71+45+43=159 (21% of max value = 765). Red value is 71 (28.12% from 255 or 44.65% from 159); Green value is 45 (17.97% from 255 or 28.30% from 159); Blue value is 43 (17.19% from 255 or 27.04% from 159); Max value from RGB is 71 - color contains mainly: red. Hex color #472D2B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #472D2B is #B8D2D4. Grayscale: #343434. Windows color (decimal): -12112597 or 2829639. OLE color: 2829639.
HSL color Cylindrical-coordinate representation of color #472D2B: hue angle of 4.29º degrees, saturation: 0.25, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #472D2B is Cyan = 0, Magento = 0.37, Yellow = 0.39 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 71 | 45 | 43 | - |
| CMYK | 0 | 0.37 | 0.39 | 0.72 |
| HSL | 4.29º | 0.25% | 0.22% | - |
| HSV(B) | 4.29º | 0.39% | 0.28% | - |
| XYZ | 3.97 | 3.39 | 2.73 | - |
| YUV | 52.55 | 122.61 | 141.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 45 | 43 | 0 | 0.37 | 0.39 | 0.72 | 4.29 | 0.25 | 0.22 |
| Hex | 47 | 2D | 2B | 0 | 25 | 27 | 48 | 4 | 19 | 16 |
| Octal | 107 | 55 | 53 | 0 | 45 | 47 | 110 | 4 | 31 | 26 |
| Binary | 1000111 | 101101 | 101011 | 0 | 100101 | 100111 | 1001000 | 100 | 11001 | 10110 |
Color Harmonies of #472D2B
Complementary color
Monochromatic Colors of #472D2B
Black with #472D2B
Text Example
Text Example
White with #472D2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #472D2B; }
p { color: rgb(71,45,43); }
H1.HeaderClassName
{
color: #472D2B;
}
.AnyTagClassName
{
color: #472D2B;
}
</style>
background-color css
<style>
a { background-color: #472D2B; }
a { background-color: rgb(71,45,43); }
div.DivClassName
{
background-color: #472D2B;
}
.BgClassName
{
background-color: #472D2B;
}
</style>
border-color css
<style>
span { border-color: #472D2B; }
span { border-color: rgb(71,45,43); }
td.TdClassName
{
border-color: #472D2B;
}
.TagClassName
{
border-color: #472D2B;
}
</style>