Shades of Espresso #482D2A
Tints of Espresso #482D2A
RGB
CMYK
RGB Variations
Color information
#482D2A (or 0x482D2A) is known color: Espresso. HEX triplet: 48, 2D and 2A. RGB value is (72,45,42). Sum of RGB (Red+Green+Blue) = 72+45+42=159 (21% of max value = 765). Red value is 72 (28.52% from 255 or 45.28% from 159); Green value is 45 (17.97% from 255 or 28.30% from 159); Blue value is 42 (16.80% from 255 or 26.42% from 159); Max value from RGB is 72 - color contains mainly: red. Hex color #482D2A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #482D2A is #B7D2D5. Grayscale: #343434. Windows color (decimal): -12047062 or 2764104. OLE color: 2764104.
HSL color Cylindrical-coordinate representation of color #482D2A: hue angle of 6º degrees, saturation: 0.26, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #482D2A is Cyan = 0, Magento = 0.38, Yellow = 0.42 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 45 | 42 | - |
| CMYK | 0 | 0.38 | 0.42 | 0.72 |
| HSL | 6º | 0.26% | 0.22% | - |
| HSV(B) | 6º | 0.42% | 0.28% | - |
| XYZ | 4.03 | 3.42 | 2.64 | - |
| YUV | 52.73 | 121.95 | 141.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 45 | 42 | 0 | 0.38 | 0.42 | 0.72 | 6 | 0.26 | 0.22 |
| Hex | 48 | 2D | 2A | 0 | 26 | 2A | 48 | 6 | 1A | 16 |
| Octal | 110 | 55 | 52 | 0 | 46 | 52 | 110 | 6 | 32 | 26 |
| Binary | 1001000 | 101101 | 101010 | 0 | 100110 | 101010 | 1001000 | 110 | 11010 | 10110 |
Color Harmonies of #482D2A
Complementary color
Monochromatic Colors of #482D2A
Black with #482D2A
Text Example
Text Example
White with #482D2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #482D2A; }
p { color: rgb(72,45,42); }
H1.HeaderClassName
{
color: #482D2A;
}
.AnyTagClassName
{
color: #482D2A;
}
</style>
background-color css
<style>
a { background-color: #482D2A; }
a { background-color: rgb(72,45,42); }
div.DivClassName
{
background-color: #482D2A;
}
.BgClassName
{
background-color: #482D2A;
}
</style>
border-color css
<style>
span { border-color: #482D2A; }
span { border-color: rgb(72,45,42); }
td.TdClassName
{
border-color: #482D2A;
}
.TagClassName
{
border-color: #482D2A;
}
</style>