Shades of Espresso #472A24
Tints of Espresso #472A24
RGB
CMYK
RGB Variations
Color information
#472A24 (or 0x472A24) is known color: Espresso. HEX triplet: 47, 2A and 24. RGB value is (71,42,36). Sum of RGB (Red+Green+Blue) = 71+42+36=149 (19% of max value = 765). Red value is 71 (28.12% from 255 or 47.65% from 149); Green value is 42 (16.80% from 255 or 28.19% from 149); Blue value is 36 (14.45% from 255 or 24.16% from 149); Max value from RGB is 71 - color contains mainly: red. Hex color #472A24 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #472A24 is #B8D5DB. Grayscale: #323232. Windows color (decimal): -12113372 or 2370119. OLE color: 2370119.
HSL color Cylindrical-coordinate representation of color #472A24: hue angle of 10.29º degrees, saturation: 0.33, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #472A24 is Cyan = 0, Magento = 0.41, Yellow = 0.49 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 71 | 42 | 36 | - |
| CMYK | 0 | 0.41 | 0.49 | 0.72 |
| HSL | 10.29º | 0.33% | 0.21% | - |
| HSV(B) | 10.29º | 0.49% | 0.28% | - |
| XYZ | 3.74 | 3.12 | 2.07 | - |
| YUV | 49.99 | 120.11 | 142.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 42 | 36 | 0 | 0.41 | 0.49 | 0.72 | 10.29 | 0.33 | 0.21 |
| Hex | 47 | 2A | 24 | 0 | 29 | 31 | 48 | A | 21 | 15 |
| Octal | 107 | 52 | 44 | 0 | 51 | 61 | 110 | 12 | 41 | 25 |
| Binary | 1000111 | 101010 | 100100 | 0 | 101001 | 110001 | 1001000 | 1010 | 100001 | 10101 |
Color Harmonies of #472A24
Complementary color
Monochromatic Colors of #472A24
Black with #472A24
Text Example
Text Example
White with #472A24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #472A24; }
p { color: rgb(71,42,36); }
H1.HeaderClassName
{
color: #472A24;
}
.AnyTagClassName
{
color: #472A24;
}
</style>
background-color css
<style>
a { background-color: #472A24; }
a { background-color: rgb(71,42,36); }
div.DivClassName
{
background-color: #472A24;
}
.BgClassName
{
background-color: #472A24;
}
</style>
border-color css
<style>
span { border-color: #472A24; }
span { border-color: rgb(71,42,36); }
td.TdClassName
{
border-color: #472A24;
}
.TagClassName
{
border-color: #472A24;
}
</style>