Shades of Espresso #482F2C
Tints of Espresso #482F2C
RGB
CMYK
RGB Variations
Color information
#482F2C (or 0x482F2C) is known color: Espresso. HEX triplet: 48, 2F and 2C. RGB value is (72,47,44). Sum of RGB (Red+Green+Blue) = 72+47+44=163 (21% of max value = 765). Red value is 72 (28.52% from 255 or 44.17% from 163); Green value is 47 (18.75% from 255 or 28.83% from 163); Blue value is 44 (17.58% from 255 or 26.99% from 163); Max value from RGB is 72 - color contains mainly: red. Hex color #482F2C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #482F2C is #B7D0D3. Grayscale: #363636. Windows color (decimal): -12046548 or 2895688. OLE color: 2895688.
HSL color Cylindrical-coordinate representation of color #482F2C: hue angle of 6.43º degrees, saturation: 0.24, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #482F2C is Cyan = 0, Magento = 0.35, Yellow = 0.39 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 47 | 44 | - |
| CMYK | 0 | 0.35 | 0.39 | 0.72 |
| HSL | 6.43º | 0.24% | 0.23% | - |
| HSV(B) | 6.43º | 0.39% | 0.28% | - |
| XYZ | 4.14 | 3.59 | 2.86 | - |
| YUV | 54.13 | 122.28 | 140.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 47 | 44 | 0 | 0.35 | 0.39 | 0.72 | 6.43 | 0.24 | 0.23 |
| Hex | 48 | 2F | 2C | 0 | 23 | 27 | 48 | 6 | 18 | 17 |
| Octal | 110 | 57 | 54 | 0 | 43 | 47 | 110 | 6 | 30 | 27 |
| Binary | 1001000 | 101111 | 101100 | 0 | 100011 | 100111 | 1001000 | 110 | 11000 | 10111 |
Color Harmonies of #482F2C
Complementary color
Monochromatic Colors of #482F2C
Black with #482F2C
Text Example
Text Example
White with #482F2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #482F2C; }
p { color: rgb(72,47,44); }
H1.HeaderClassName
{
color: #482F2C;
}
.AnyTagClassName
{
color: #482F2C;
}
</style>
background-color css
<style>
a { background-color: #482F2C; }
a { background-color: rgb(72,47,44); }
div.DivClassName
{
background-color: #482F2C;
}
.BgClassName
{
background-color: #482F2C;
}
</style>
border-color css
<style>
span { border-color: #482F2C; }
span { border-color: rgb(72,47,44); }
td.TdClassName
{
border-color: #482F2C;
}
.TagClassName
{
border-color: #482F2C;
}
</style>