Shades of Espresso #472F2D
Tints of Espresso #472F2D
RGB
CMYK
RGB Variations
Color information
#472F2D (or 0x472F2D) is known color: Espresso. HEX triplet: 47, 2F and 2D. RGB value is (71,47,45). Sum of RGB (Red+Green+Blue) = 71+47+45=163 (21% of max value = 765). Red value is 71 (28.12% from 255 or 43.56% from 163); Green value is 47 (18.75% from 255 or 28.83% from 163); Blue value is 45 (17.97% from 255 or 27.61% from 163); Max value from RGB is 71 - color contains mainly: red. Hex color #472F2D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #472F2D is #B8D0D2. Grayscale: #353535. Windows color (decimal): -12112083 or 2961223. OLE color: 2961223.
HSL color Cylindrical-coordinate representation of color #472F2D: hue angle of 4.62º degrees, saturation: 0.22, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #472F2D is Cyan = 0, Magento = 0.34, Yellow = 0.37 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 71 | 47 | 45 | - |
| CMYK | 0 | 0.34 | 0.37 | 0.72 |
| HSL | 4.62º | 0.22% | 0.23% | - |
| HSV(B) | 4.62º | 0.37% | 0.28% | - |
| XYZ | 4.09 | 3.56 | 2.95 | - |
| YUV | 53.95 | 122.95 | 140.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 47 | 45 | 0 | 0.34 | 0.37 | 0.72 | 4.62 | 0.22 | 0.23 |
| Hex | 47 | 2F | 2D | 0 | 22 | 25 | 48 | 5 | 16 | 17 |
| Octal | 107 | 57 | 55 | 0 | 42 | 45 | 110 | 5 | 26 | 27 |
| Binary | 1000111 | 101111 | 101101 | 0 | 100010 | 100101 | 1001000 | 101 | 10110 | 10111 |
Color Harmonies of #472F2D
Complementary color
Monochromatic Colors of #472F2D
Black with #472F2D
Text Example
Text Example
White with #472F2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #472F2D; }
p { color: rgb(71,47,45); }
H1.HeaderClassName
{
color: #472F2D;
}
.AnyTagClassName
{
color: #472F2D;
}
</style>
background-color css
<style>
a { background-color: #472F2D; }
a { background-color: rgb(71,47,45); }
div.DivClassName
{
background-color: #472F2D;
}
.BgClassName
{
background-color: #472F2D;
}
</style>
border-color css
<style>
span { border-color: #472F2D; }
span { border-color: rgb(71,47,45); }
td.TdClassName
{
border-color: #472F2D;
}
.TagClassName
{
border-color: #472F2D;
}
</style>