Shades of Espresso #482524
Tints of Espresso #482524
RGB
CMYK
RGB Variations
Color information
#482524 (or 0x482524) is known color: Espresso. HEX triplet: 48, 25 and 24. RGB value is (72,37,36). Sum of RGB (Red+Green+Blue) = 72+37+36=145 (19% of max value = 765). Red value is 72 (28.52% from 255 or 49.66% from 145); Green value is 37 (14.84% from 255 or 25.52% from 145); Blue value is 36 (14.45% from 255 or 24.83% from 145); Max value from RGB is 72 - color contains mainly: red. Hex color #482524 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #482524 is #B7DADB. Grayscale: #2F2F2F. Windows color (decimal): -12049116 or 2368840. OLE color: 2368840.
HSL color Cylindrical-coordinate representation of color #482524: hue angle of 1.67º 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 #482524 is Cyan = 0, Magento = 0.49, Yellow = 0.5 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 37 | 36 | - |
| CMYK | 0 | 0.49 | 0.5 | 0.72 |
| HSL | 1.67º | 0.33% | 0.21% | - |
| HSV(B) | 1.67º | 0.5% | 0.28% | - |
| XYZ | 3.65 | 2.83 | 2.02 | - |
| YUV | 47.35 | 121.6 | 145.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 37 | 36 | 0 | 0.49 | 0.5 | 0.72 | 1.67 | 0.33 | 0.21 |
| Hex | 48 | 25 | 24 | 0 | 31 | 32 | 48 | 2 | 21 | 15 |
| Octal | 110 | 45 | 44 | 0 | 61 | 62 | 110 | 2 | 41 | 25 |
| Binary | 1001000 | 100101 | 100100 | 0 | 110001 | 110010 | 1001000 | 10 | 100001 | 10101 |
Color Harmonies of #482524
Complementary color
Monochromatic Colors of #482524
Black with #482524
Text Example
Text Example
White with #482524
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #482524; }
p { color: rgb(72,37,36); }
H1.HeaderClassName
{
color: #482524;
}
.AnyTagClassName
{
color: #482524;
}
</style>
background-color css
<style>
a { background-color: #482524; }
a { background-color: rgb(72,37,36); }
div.DivClassName
{
background-color: #482524;
}
.BgClassName
{
background-color: #482524;
}
</style>
border-color css
<style>
span { border-color: #482524; }
span { border-color: rgb(72,37,36); }
td.TdClassName
{
border-color: #482524;
}
.TagClassName
{
border-color: #482524;
}
</style>