Shades of Espresso #482E29
Tints of Espresso #482E29
RGB
CMYK
RGB Variations
Color information
#482E29 (or 0x482E29) is known color: Espresso. HEX triplet: 48, 2E and 29. RGB value is (72,46,41). Sum of RGB (Red+Green+Blue) = 72+46+41=159 (21% of max value = 765). Red value is 72 (28.52% from 255 or 45.28% from 159); Green value is 46 (18.36% from 255 or 28.93% from 159); Blue value is 41 (16.41% from 255 or 25.79% from 159); Max value from RGB is 72 - color contains mainly: red. Hex color #482E29 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #482E29 is #B7D1D6. Grayscale: #353535. Windows color (decimal): -12046807 or 2698824. OLE color: 2698824.
HSL color Cylindrical-coordinate representation of color #482E29: hue angle of 9.68º degrees, saturation: 0.27, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #482E29 is Cyan = 0, Magento = 0.36, Yellow = 0.43 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 46 | 41 | - |
| CMYK | 0 | 0.36 | 0.43 | 0.72 |
| HSL | 9.68º | 0.27% | 0.22% | - |
| HSV(B) | 9.68º | 0.43% | 0.28% | - |
| XYZ | 4.05 | 3.49 | 2.56 | - |
| YUV | 53.2 | 121.11 | 141.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 46 | 41 | 0 | 0.36 | 0.43 | 0.72 | 9.68 | 0.27 | 0.22 |
| Hex | 48 | 2E | 29 | 0 | 24 | 2B | 48 | A | 1B | 16 |
| Octal | 110 | 56 | 51 | 0 | 44 | 53 | 110 | 12 | 33 | 26 |
| Binary | 1001000 | 101110 | 101001 | 0 | 100100 | 101011 | 1001000 | 1010 | 11011 | 10110 |
Color Harmonies of #482E29
Complementary color
Monochromatic Colors of #482E29
Black with #482E29
Text Example
Text Example
White with #482E29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #482E29; }
p { color: rgb(72,46,41); }
H1.HeaderClassName
{
color: #482E29;
}
.AnyTagClassName
{
color: #482E29;
}
</style>
background-color css
<style>
a { background-color: #482E29; }
a { background-color: rgb(72,46,41); }
div.DivClassName
{
background-color: #482E29;
}
.BgClassName
{
background-color: #482E29;
}
</style>
border-color css
<style>
span { border-color: #482E29; }
span { border-color: rgb(72,46,41); }
td.TdClassName
{
border-color: #482E29;
}
.TagClassName
{
border-color: #482E29;
}
</style>