Shades of Espresso #472F2B
Tints of Espresso #472F2B
RGB
CMYK
RGB Variations
Color information
#472F2B (or 0x472F2B) is known color: Espresso. HEX triplet: 47, 2F and 2B. RGB value is (71,47,43). Sum of RGB (Red+Green+Blue) = 71+47+43=161 (21% of max value = 765). Red value is 71 (28.12% from 255 or 44.10% from 161); Green value is 47 (18.75% from 255 or 29.19% from 161); Blue value is 43 (17.19% from 255 or 26.71% from 161); Max value from RGB is 71 - color contains mainly: red. Hex color #472F2B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #472F2B is #B8D0D4. Grayscale: #353535. Windows color (decimal): -12112085 or 2830151. OLE color: 2830151.
HSL color Cylindrical-coordinate representation of color #472F2B: hue angle of 8.57º 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 #472F2B is Cyan = 0, Magento = 0.34, Yellow = 0.39 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 71 | 47 | 43 | - |
| CMYK | 0 | 0.34 | 0.39 | 0.72 |
| HSL | 8.57º | 0.25% | 0.22% | - |
| HSV(B) | 8.57º | 0.39% | 0.28% | - |
| XYZ | 4.05 | 3.55 | 2.76 | - |
| YUV | 53.72 | 121.95 | 140.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 47 | 43 | 0 | 0.34 | 0.39 | 0.72 | 8.57 | 0.25 | 0.22 |
| Hex | 47 | 2F | 2B | 0 | 22 | 27 | 48 | 9 | 19 | 16 |
| Octal | 107 | 57 | 53 | 0 | 42 | 47 | 110 | 11 | 31 | 26 |
| Binary | 1000111 | 101111 | 101011 | 0 | 100010 | 100111 | 1001000 | 1001 | 11001 | 10110 |
Color Harmonies of #472F2B
Complementary color
Monochromatic Colors of #472F2B
Black with #472F2B
Text Example
Text Example
White with #472F2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #472F2B; }
p { color: rgb(71,47,43); }
H1.HeaderClassName
{
color: #472F2B;
}
.AnyTagClassName
{
color: #472F2B;
}
</style>
background-color css
<style>
a { background-color: #472F2B; }
a { background-color: rgb(71,47,43); }
div.DivClassName
{
background-color: #472F2B;
}
.BgClassName
{
background-color: #472F2B;
}
</style>
border-color css
<style>
span { border-color: #472F2B; }
span { border-color: rgb(71,47,43); }
td.TdClassName
{
border-color: #472F2B;
}
.TagClassName
{
border-color: #472F2B;
}
</style>