Shades of Espresso #472522
Tints of Espresso #472522
RGB
CMYK
RGB Variations
Color information
#472522 (or 0x472522) is known color: Espresso. HEX triplet: 47, 25 and 22. RGB value is (71,37,34). Sum of RGB (Red+Green+Blue) = 71+37+34=142 (18% of max value = 765). Red value is 71 (28.12% from 255 or 50% from 142); Green value is 37 (14.84% from 255 or 26.06% from 142); Blue value is 34 (13.67% from 255 or 23.94% from 142); Max value from RGB is 71 - color contains mainly: red. Hex color #472522 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #472522 is #B8DADD. Grayscale: #2E2E2E. Windows color (decimal): -12114654 or 2237767. OLE color: 2237767.
HSL color Cylindrical-coordinate representation of color #472522: hue angle of 4.86º degrees, saturation: 0.35, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #472522 is Cyan = 0, Magento = 0.48, Yellow = 0.52 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 71 | 37 | 34 | - |
| CMYK | 0 | 0.48 | 0.52 | 0.72 |
| HSL | 4.86º | 0.35% | 0.21% | - |
| HSV(B) | 4.86º | 0.52% | 0.28% | - |
| XYZ | 3.55 | 2.78 | 1.86 | - |
| YUV | 46.82 | 120.76 | 145.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 37 | 34 | 0 | 0.48 | 0.52 | 0.72 | 4.86 | 0.35 | 0.21 |
| Hex | 47 | 25 | 22 | 0 | 30 | 34 | 48 | 5 | 23 | 15 |
| Octal | 107 | 45 | 42 | 0 | 60 | 64 | 110 | 5 | 43 | 25 |
| Binary | 1000111 | 100101 | 100010 | 0 | 110000 | 110100 | 1001000 | 101 | 100011 | 10101 |
Color Harmonies of #472522
Complementary color
Monochromatic Colors of #472522
Black with #472522
Text Example
Text Example
White with #472522
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #472522; }
p { color: rgb(71,37,34); }
H1.HeaderClassName
{
color: #472522;
}
.AnyTagClassName
{
color: #472522;
}
</style>
background-color css
<style>
a { background-color: #472522; }
a { background-color: rgb(71,37,34); }
div.DivClassName
{
background-color: #472522;
}
.BgClassName
{
background-color: #472522;
}
</style>
border-color css
<style>
span { border-color: #472522; }
span { border-color: rgb(71,37,34); }
td.TdClassName
{
border-color: #472522;
}
.TagClassName
{
border-color: #472522;
}
</style>