Shades of Espresso #472B2A
Tints of Espresso #472B2A
RGB
CMYK
RGB Variations
Color information
#472B2A (or 0x472B2A) is known color: Espresso. HEX triplet: 47, 2B and 2A. RGB value is (71,43,42). Sum of RGB (Red+Green+Blue) = 71+43+42=156 (20% of max value = 765). Red value is 71 (28.12% from 255 or 45.51% from 156); Green value is 43 (17.19% from 255 or 27.56% from 156); Blue value is 42 (16.80% from 255 or 26.92% from 156); Max value from RGB is 71 - color contains mainly: red. Hex color #472B2A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #472B2A is #B8D4D5. Grayscale: #333333. Windows color (decimal): -12113110 or 2763591. OLE color: 2763591.
HSL color Cylindrical-coordinate representation of color #472B2A: hue angle of 2.07º degrees, saturation: 0.26, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #472B2A is Cyan = 0, Magento = 0.39, Yellow = 0.41 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 71 | 43 | 42 | - |
| CMYK | 0 | 0.39 | 0.41 | 0.72 |
| HSL | 2.07º | 0.26% | 0.22% | - |
| HSV(B) | 2.07º | 0.41% | 0.28% | - |
| XYZ | 3.88 | 3.23 | 2.61 | - |
| YUV | 51.26 | 122.78 | 142.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 43 | 42 | 0 | 0.39 | 0.41 | 0.72 | 2.07 | 0.26 | 0.22 |
| Hex | 47 | 2B | 2A | 0 | 27 | 29 | 48 | 2 | 1A | 16 |
| Octal | 107 | 53 | 52 | 0 | 47 | 51 | 110 | 2 | 32 | 26 |
| Binary | 1000111 | 101011 | 101010 | 0 | 100111 | 101001 | 1001000 | 10 | 11010 | 10110 |
Color Harmonies of #472B2A
Complementary color
Monochromatic Colors of #472B2A
Black with #472B2A
Text Example
Text Example
White with #472B2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #472B2A; }
p { color: rgb(71,43,42); }
H1.HeaderClassName
{
color: #472B2A;
}
.AnyTagClassName
{
color: #472B2A;
}
</style>
background-color css
<style>
a { background-color: #472B2A; }
a { background-color: rgb(71,43,42); }
div.DivClassName
{
background-color: #472B2A;
}
.BgClassName
{
background-color: #472B2A;
}
</style>
border-color css
<style>
span { border-color: #472B2A; }
span { border-color: rgb(71,43,42); }
td.TdClassName
{
border-color: #472B2A;
}
.TagClassName
{
border-color: #472B2A;
}
</style>