Shades of Espresso #482924
Tints of Espresso #482924
RGB
CMYK
RGB Variations
Color information
#482924 (or 0x482924) is known color: Espresso. HEX triplet: 48, 29 and 24. RGB value is (72,41,36). Sum of RGB (Red+Green+Blue) = 72+41+36=149 (19% of max value = 765). Red value is 72 (28.52% from 255 or 48.32% from 149); Green value is 41 (16.41% from 255 or 27.52% from 149); Blue value is 36 (14.45% from 255 or 24.16% from 149); Max value from RGB is 72 - color contains mainly: red. Hex color #482924 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #482924 is #B7D6DB. Grayscale: #313131. Windows color (decimal): -12048092 or 2369864. OLE color: 2369864.
HSL color Cylindrical-coordinate representation of color #482924: hue angle of 8.33º degrees, saturation: 0.33, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #482924 is Cyan = 0, Magento = 0.43, Yellow = 0.5 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 41 | 36 | - |
| CMYK | 0 | 0.43 | 0.5 | 0.72 |
| HSL | 8.33º | 0.33% | 0.21% | - |
| HSV(B) | 8.33º | 0.5% | 0.28% | - |
| XYZ | 3.78 | 3.09 | 2.07 | - |
| YUV | 49.7 | 120.27 | 143.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 41 | 36 | 0 | 0.43 | 0.5 | 0.72 | 8.33 | 0.33 | 0.21 |
| Hex | 48 | 29 | 24 | 0 | 2B | 32 | 48 | 8 | 21 | 15 |
| Octal | 110 | 51 | 44 | 0 | 53 | 62 | 110 | 10 | 41 | 25 |
| Binary | 1001000 | 101001 | 100100 | 0 | 101011 | 110010 | 1001000 | 1000 | 100001 | 10101 |
Color Harmonies of #482924
Complementary color
Monochromatic Colors of #482924
Black with #482924
Text Example
Text Example
White with #482924
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #482924; }
p { color: rgb(72,41,36); }
H1.HeaderClassName
{
color: #482924;
}
.AnyTagClassName
{
color: #482924;
}
</style>
background-color css
<style>
a { background-color: #482924; }
a { background-color: rgb(72,41,36); }
div.DivClassName
{
background-color: #482924;
}
.BgClassName
{
background-color: #482924;
}
</style>
border-color css
<style>
span { border-color: #482924; }
span { border-color: rgb(72,41,36); }
td.TdClassName
{
border-color: #482924;
}
.TagClassName
{
border-color: #482924;
}
</style>