Shades of Espresso #482E2A
Tints of Espresso #482E2A
RGB
CMYK
RGB Variations
Color information
#482E2A (or 0x482E2A) is known color: Espresso. HEX triplet: 48, 2E and 2A. RGB value is (72,46,42). Sum of RGB (Red+Green+Blue) = 72+46+42=160 (21% of max value = 765). Red value is 72 (28.52% from 255 or 45% from 160); Green value is 46 (18.36% from 255 or 28.75% from 160); Blue value is 42 (16.80% from 255 or 26.25% from 160); Max value from RGB is 72 - color contains mainly: red. Hex color #482E2A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #482E2A is #B7D1D5. Grayscale: #353535. Windows color (decimal): -12046806 or 2764360. OLE color: 2764360.
HSL color Cylindrical-coordinate representation of color #482E2A: hue angle of 8º 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 #482E2A is Cyan = 0, Magento = 0.36, Yellow = 0.42 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 46 | 42 | - |
| CMYK | 0 | 0.36 | 0.42 | 0.72 |
| HSL | 8º | 0.26% | 0.22% | - |
| HSV(B) | 8º | 0.42% | 0.28% | - |
| XYZ | 4.07 | 3.5 | 2.65 | - |
| YUV | 53.32 | 121.61 | 141.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 46 | 42 | 0 | 0.36 | 0.42 | 0.72 | 8 | 0.26 | 0.22 |
| Hex | 48 | 2E | 2A | 0 | 24 | 2A | 48 | 8 | 1A | 16 |
| Octal | 110 | 56 | 52 | 0 | 44 | 52 | 110 | 10 | 32 | 26 |
| Binary | 1001000 | 101110 | 101010 | 0 | 100100 | 101010 | 1001000 | 1000 | 11010 | 10110 |
Color Harmonies of #482E2A
Complementary color
Monochromatic Colors of #482E2A
Black with #482E2A
Text Example
Text Example
White with #482E2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #482E2A; }
p { color: rgb(72,46,42); }
H1.HeaderClassName
{
color: #482E2A;
}
.AnyTagClassName
{
color: #482E2A;
}
</style>
background-color css
<style>
a { background-color: #482E2A; }
a { background-color: rgb(72,46,42); }
div.DivClassName
{
background-color: #482E2A;
}
.BgClassName
{
background-color: #482E2A;
}
</style>
border-color css
<style>
span { border-color: #482E2A; }
span { border-color: rgb(72,46,42); }
td.TdClassName
{
border-color: #482E2A;
}
.TagClassName
{
border-color: #482E2A;
}
</style>