Shades of Espresso #482A25
Tints of Espresso #482A25
RGB
CMYK
RGB Variations
Color information
#482A25 (or 0x482A25) is known color: Espresso. HEX triplet: 48, 2A and 25. RGB value is (72,42,37). Sum of RGB (Red+Green+Blue) = 72+42+37=151 (20% of max value = 765). Red value is 72 (28.52% from 255 or 47.68% from 151); Green value is 42 (16.80% from 255 or 27.81% from 151); Blue value is 37 (14.84% from 255 or 24.50% from 151); Max value from RGB is 72 - color contains mainly: red. Hex color #482A25 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #482A25 is #B7D5DA. Grayscale: #323232. Windows color (decimal): -12047835 or 2435656. OLE color: 2435656.
HSL color Cylindrical-coordinate representation of color #482A25: hue angle of 8.57º degrees, saturation: 0.32, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #482A25 is Cyan = 0, Magento = 0.42, Yellow = 0.49 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 42 | 37 | - |
| CMYK | 0 | 0.42 | 0.49 | 0.72 |
| HSL | 8.57º | 0.32% | 0.21% | - |
| HSV(B) | 8.57º | 0.49% | 0.28% | - |
| XYZ | 3.83 | 3.17 | 2.16 | - |
| YUV | 50.4 | 120.44 | 143.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 42 | 37 | 0 | 0.42 | 0.49 | 0.72 | 8.57 | 0.32 | 0.21 |
| Hex | 48 | 2A | 25 | 0 | 2A | 31 | 48 | 9 | 20 | 15 |
| Octal | 110 | 52 | 45 | 0 | 52 | 61 | 110 | 11 | 40 | 25 |
| Binary | 1001000 | 101010 | 100101 | 0 | 101010 | 110001 | 1001000 | 1001 | 100000 | 10101 |
Color Harmonies of #482A25
Complementary color
Monochromatic Colors of #482A25
Black with #482A25
Text Example
Text Example
White with #482A25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #482A25; }
p { color: rgb(72,42,37); }
H1.HeaderClassName
{
color: #482A25;
}
.AnyTagClassName
{
color: #482A25;
}
</style>
background-color css
<style>
a { background-color: #482A25; }
a { background-color: rgb(72,42,37); }
div.DivClassName
{
background-color: #482A25;
}
.BgClassName
{
background-color: #482A25;
}
</style>
border-color css
<style>
span { border-color: #482A25; }
span { border-color: rgb(72,42,37); }
td.TdClassName
{
border-color: #482A25;
}
.TagClassName
{
border-color: #482A25;
}
</style>