Shades of Espresso #482A29
Tints of Espresso #482A29
RGB
CMYK
RGB Variations
Color information
#482A29 (or 0x482A29) is known color: Espresso. HEX triplet: 48, 2A and 29. RGB value is (72,42,41). Sum of RGB (Red+Green+Blue) = 72+42+41=155 (20% of max value = 765). Red value is 72 (28.52% from 255 or 46.45% from 155); Green value is 42 (16.80% from 255 or 27.10% from 155); Blue value is 41 (16.41% from 255 or 26.45% from 155); Max value from RGB is 72 - color contains mainly: red. Hex color #482A29 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #482A29 is #B7D5D6. Grayscale: #323232. Windows color (decimal): -12047831 or 2697800. OLE color: 2697800.
HSL color Cylindrical-coordinate representation of color #482A29: hue angle of 1.94º 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 #482A29 is Cyan = 0, Magento = 0.42, Yellow = 0.43 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 42 | 41 | - |
| CMYK | 0 | 0.42 | 0.43 | 0.72 |
| HSL | 1.94º | 0.27% | 0.22% | - |
| HSV(B) | 1.94º | 0.43% | 0.28% | - |
| XYZ | 3.9 | 3.19 | 2.51 | - |
| YUV | 50.86 | 122.44 | 143.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 42 | 41 | 0 | 0.42 | 0.43 | 0.72 | 1.94 | 0.27 | 0.22 |
| Hex | 48 | 2A | 29 | 0 | 2A | 2B | 48 | 2 | 1B | 16 |
| Octal | 110 | 52 | 51 | 0 | 52 | 53 | 110 | 2 | 33 | 26 |
| Binary | 1001000 | 101010 | 101001 | 0 | 101010 | 101011 | 1001000 | 10 | 11011 | 10110 |
Color Harmonies of #482A29
Complementary color
Monochromatic Colors of #482A29
Black with #482A29
Text Example
Text Example
White with #482A29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #482A29; }
p { color: rgb(72,42,41); }
H1.HeaderClassName
{
color: #482A29;
}
.AnyTagClassName
{
color: #482A29;
}
</style>
background-color css
<style>
a { background-color: #482A29; }
a { background-color: rgb(72,42,41); }
div.DivClassName
{
background-color: #482A29;
}
.BgClassName
{
background-color: #482A29;
}
</style>
border-color css
<style>
span { border-color: #482A29; }
span { border-color: rgb(72,42,41); }
td.TdClassName
{
border-color: #482A29;
}
.TagClassName
{
border-color: #482A29;
}
</style>