Shades of Espresso #472B2B
Tints of Espresso #472B2B
RGB
CMYK
RGB Variations
Color information
#472B2B (or 0x472B2B) is known color: Espresso. HEX triplet: 47, 2B and 2B. RGB value is (71,43,43). Sum of RGB (Red+Green+Blue) = 71+43+43=157 (20% of max value = 765). Red value is 71 (28.12% from 255 or 45.22% from 157); Green value is 43 (17.19% from 255 or 27.39% from 157); Blue value is 43 (17.19% from 255 or 27.39% from 157); Max value from RGB is 71 - color contains mainly: red. Hex color #472B2B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #472B2B is #B8D4D4. Grayscale: #333333. Windows color (decimal): -12113109 or 2829127. OLE color: 2829127.
HSL color Cylindrical-coordinate representation of color #472B2B: hue angle of 0º 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 #472B2B is Cyan = 0, Magento = 0.39, Yellow = 0.39 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 71 | 43 | 43 | - |
| CMYK | 0 | 0.39 | 0.39 | 0.72 |
| HSL | 0º | 0.25% | 0.22% | - |
| HSV(B) | 0º | 0.39% | 0.28% | - |
| XYZ | 3.9 | 3.24 | 2.71 | - |
| YUV | 51.37 | 123.28 | 142 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 43 | 43 | 0 | 0.39 | 0.39 | 0.72 | 0 | 0.25 | 0.22 |
| Hex | 47 | 2B | 2B | 0 | 27 | 27 | 48 | 0 | 19 | 16 |
| Octal | 107 | 53 | 53 | 0 | 47 | 47 | 110 | 0 | 31 | 26 |
| Binary | 1000111 | 101011 | 101011 | 0 | 100111 | 100111 | 1001000 | 0 | 11001 | 10110 |
Color Harmonies of #472B2B
Complementary color
Monochromatic Colors of #472B2B
Black with #472B2B
Text Example
Text Example
White with #472B2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #472B2B; }
p { color: rgb(71,43,43); }
H1.HeaderClassName
{
color: #472B2B;
}
.AnyTagClassName
{
color: #472B2B;
}
</style>
background-color css
<style>
a { background-color: #472B2B; }
a { background-color: rgb(71,43,43); }
div.DivClassName
{
background-color: #472B2B;
}
.BgClassName
{
background-color: #472B2B;
}
</style>
border-color css
<style>
span { border-color: #472B2B; }
span { border-color: rgb(71,43,43); }
td.TdClassName
{
border-color: #472B2B;
}
.TagClassName
{
border-color: #472B2B;
}
</style>