Shades of Espresso #482A28
Tints of Espresso #482A28
RGB
CMYK
RGB Variations
Color information
#482A28 (or 0x482A28) is known color: Espresso. HEX triplet: 48, 2A and 28. RGB value is (72,42,40). Sum of RGB (Red+Green+Blue) = 72+42+40=154 (20% of max value = 765). Red value is 72 (28.52% from 255 or 46.75% from 154); Green value is 42 (16.80% from 255 or 27.27% from 154); Blue value is 40 (16.02% from 255 or 25.97% from 154); Max value from RGB is 72 - color contains mainly: red. Hex color #482A28 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #482A28 is #B7D5D7. Grayscale: #323232. Windows color (decimal): -12047832 or 2632264. OLE color: 2632264.
HSL color Cylindrical-coordinate representation of color #482A28: hue angle of 3.75º degrees, saturation: 0.29, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #482A28 is Cyan = 0, Magento = 0.42, Yellow = 0.44 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 42 | 40 | - |
| CMYK | 0 | 0.42 | 0.44 | 0.72 |
| HSL | 3.75º | 0.29% | 0.22% | - |
| HSV(B) | 3.75º | 0.44% | 0.28% | - |
| XYZ | 3.88 | 3.19 | 2.42 | - |
| YUV | 50.74 | 121.94 | 143.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 42 | 40 | 0 | 0.42 | 0.44 | 0.72 | 3.75 | 0.29 | 0.22 |
| Hex | 48 | 2A | 28 | 0 | 2A | 2C | 48 | 4 | 1D | 16 |
| Octal | 110 | 52 | 50 | 0 | 52 | 54 | 110 | 4 | 35 | 26 |
| Binary | 1001000 | 101010 | 101000 | 0 | 101010 | 101100 | 1001000 | 100 | 11101 | 10110 |
Color Harmonies of #482A28
Complementary color
Monochromatic Colors of #482A28
Black with #482A28
Text Example
Text Example
White with #482A28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #482A28; }
p { color: rgb(72,42,40); }
H1.HeaderClassName
{
color: #482A28;
}
.AnyTagClassName
{
color: #482A28;
}
</style>
background-color css
<style>
a { background-color: #482A28; }
a { background-color: rgb(72,42,40); }
div.DivClassName
{
background-color: #482A28;
}
.BgClassName
{
background-color: #482A28;
}
</style>
border-color css
<style>
span { border-color: #482A28; }
span { border-color: rgb(72,42,40); }
td.TdClassName
{
border-color: #482A28;
}
.TagClassName
{
border-color: #482A28;
}
</style>