Shades of Espresso #482424
Tints of Espresso #482424
RGB
CMYK
RGB Variations
Color information
#482424 (or 0x482424) is known color: Espresso. HEX triplet: 48, 24 and 24. RGB value is (72,36,36). Sum of RGB (Red+Green+Blue) = 72+36+36=144 (19% of max value = 765). Red value is 72 (28.52% from 255 or 50% from 144); Green value is 36 (14.45% from 255 or 25% from 144); Blue value is 36 (14.45% from 255 or 25% from 144); Max value from RGB is 72 - color contains mainly: red. Hex color #482424 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #482424 is #B7DBDB. Grayscale: #2E2E2E. Windows color (decimal): -12049372 or 2368584. OLE color: 2368584.
HSL color Cylindrical-coordinate representation of color #482424: hue angle of 0º 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 #482424 is Cyan = 0, Magento = 0.5, Yellow = 0.5 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 36 | 36 | - |
| CMYK | 0 | 0.5 | 0.5 | 0.72 |
| HSL | 0º | 0.33% | 0.21% | - |
| HSV(B) | 0º | 0.5% | 0.28% | - |
| XYZ | 3.62 | 2.77 | 2.01 | - |
| YUV | 46.76 | 121.93 | 146 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 36 | 36 | 0 | 0.5 | 0.5 | 0.72 | 0 | 0.33 | 0.21 |
| Hex | 48 | 24 | 24 | 0 | 32 | 32 | 48 | 0 | 21 | 15 |
| Octal | 110 | 44 | 44 | 0 | 62 | 62 | 110 | 0 | 41 | 25 |
| Binary | 1001000 | 100100 | 100100 | 0 | 110010 | 110010 | 1001000 | 0 | 100001 | 10101 |
Color Harmonies of #482424
Complementary color
Monochromatic Colors of #482424
Black with #482424
Text Example
Text Example
White with #482424
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #482424; }
p { color: rgb(72,36,36); }
H1.HeaderClassName
{
color: #482424;
}
.AnyTagClassName
{
color: #482424;
}
</style>
background-color css
<style>
a { background-color: #482424; }
a { background-color: rgb(72,36,36); }
div.DivClassName
{
background-color: #482424;
}
.BgClassName
{
background-color: #482424;
}
</style>
border-color css
<style>
span { border-color: #482424; }
span { border-color: rgb(72,36,36); }
td.TdClassName
{
border-color: #482424;
}
.TagClassName
{
border-color: #482424;
}
</style>