Shades of Espresso #482E28
Tints of Espresso #482E28
RGB
CMYK
RGB Variations
Color information
#482E28 (or 0x482E28) is known color: Espresso. HEX triplet: 48, 2E and 28. RGB value is (72,46,40). Sum of RGB (Red+Green+Blue) = 72+46+40=158 (20% of max value = 765). Red value is 72 (28.52% from 255 or 45.57% from 158); Green value is 46 (18.36% from 255 or 29.11% from 158); Blue value is 40 (16.02% from 255 or 25.32% from 158); Max value from RGB is 72 - color contains mainly: red. Hex color #482E28 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #482E28 is #B7D1D7. Grayscale: #353535. Windows color (decimal): -12046808 or 2633288. OLE color: 2633288.
HSL color Cylindrical-coordinate representation of color #482E28: hue angle of 11.25º 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 #482E28 is Cyan = 0, Magento = 0.36, Yellow = 0.44 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 46 | 40 | - |
| CMYK | 0 | 0.36 | 0.44 | 0.72 |
| HSL | 11.25º | 0.29% | 0.22% | - |
| HSV(B) | 11.25º | 0.44% | 0.28% | - |
| XYZ | 4.03 | 3.48 | 2.47 | - |
| YUV | 53.09 | 120.61 | 141.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 46 | 40 | 0 | 0.36 | 0.44 | 0.72 | 11.25 | 0.29 | 0.22 |
| Hex | 48 | 2E | 28 | 0 | 24 | 2C | 48 | B | 1D | 16 |
| Octal | 110 | 56 | 50 | 0 | 44 | 54 | 110 | 13 | 35 | 26 |
| Binary | 1001000 | 101110 | 101000 | 0 | 100100 | 101100 | 1001000 | 1011 | 11101 | 10110 |
Color Harmonies of #482E28
Complementary color
Monochromatic Colors of #482E28
Black with #482E28
Text Example
Text Example
White with #482E28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #482E28; }
p { color: rgb(72,46,40); }
H1.HeaderClassName
{
color: #482E28;
}
.AnyTagClassName
{
color: #482E28;
}
</style>
background-color css
<style>
a { background-color: #482E28; }
a { background-color: rgb(72,46,40); }
div.DivClassName
{
background-color: #482E28;
}
.BgClassName
{
background-color: #482E28;
}
</style>
border-color css
<style>
span { border-color: #482E28; }
span { border-color: rgb(72,46,40); }
td.TdClassName
{
border-color: #482E28;
}
.TagClassName
{
border-color: #482E28;
}
</style>