Shades of Espresso #482C28
Tints of Espresso #482C28
RGB
CMYK
RGB Variations
Color information
#482C28 (or 0x482C28) is known color: Espresso. HEX triplet: 48, 2C and 28. RGB value is (72,44,40). Sum of RGB (Red+Green+Blue) = 72+44+40=156 (20% of max value = 765). Red value is 72 (28.52% from 255 or 46.15% from 156); Green value is 44 (17.58% from 255 or 28.21% from 156); Blue value is 40 (16.02% from 255 or 25.64% from 156); Max value from RGB is 72 - color contains mainly: red. Hex color #482C28 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #482C28 is #B7D3D7. Grayscale: #333333. Windows color (decimal): -12047320 or 2632776. OLE color: 2632776.
HSL color Cylindrical-coordinate representation of color #482C28: hue angle of 7.5º 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 #482C28 is Cyan = 0, Magento = 0.39, Yellow = 0.44 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 44 | 40 | - |
| CMYK | 0 | 0.39 | 0.44 | 0.72 |
| HSL | 7.5º | 0.29% | 0.22% | - |
| HSV(B) | 7.5º | 0.44% | 0.28% | - |
| XYZ | 3.96 | 3.33 | 2.44 | - |
| YUV | 51.92 | 121.28 | 142.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 44 | 40 | 0 | 0.39 | 0.44 | 0.72 | 7.5 | 0.29 | 0.22 |
| Hex | 48 | 2C | 28 | 0 | 27 | 2C | 48 | 8 | 1D | 16 |
| Octal | 110 | 54 | 50 | 0 | 47 | 54 | 110 | 10 | 35 | 26 |
| Binary | 1001000 | 101100 | 101000 | 0 | 100111 | 101100 | 1001000 | 1000 | 11101 | 10110 |
Color Harmonies of #482C28
Complementary color
Monochromatic Colors of #482C28
Black with #482C28
Text Example
Text Example
White with #482C28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #482C28; }
p { color: rgb(72,44,40); }
H1.HeaderClassName
{
color: #482C28;
}
.AnyTagClassName
{
color: #482C28;
}
</style>
background-color css
<style>
a { background-color: #482C28; }
a { background-color: rgb(72,44,40); }
div.DivClassName
{
background-color: #482C28;
}
.BgClassName
{
background-color: #482C28;
}
</style>
border-color css
<style>
span { border-color: #482C28; }
span { border-color: rgb(72,44,40); }
td.TdClassName
{
border-color: #482C28;
}
.TagClassName
{
border-color: #482C28;
}
</style>