Shades of Espresso #482C29
Tints of Espresso #482C29
RGB
CMYK
RGB Variations
Color information
#482C29 (or 0x482C29) is known color: Espresso. HEX triplet: 48, 2C and 29. RGB value is (72,44,41). Sum of RGB (Red+Green+Blue) = 72+44+41=157 (20% of max value = 765). Red value is 72 (28.52% from 255 or 45.86% from 157); Green value is 44 (17.58% from 255 or 28.03% from 157); Blue value is 41 (16.41% from 255 or 26.11% from 157); Max value from RGB is 72 - color contains mainly: red. Hex color #482C29 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #482C29 is #B7D3D6. Grayscale: #343434. Windows color (decimal): -12047319 or 2698312. OLE color: 2698312.
HSL color Cylindrical-coordinate representation of color #482C29: hue angle of 5.81º 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 #482C29 is Cyan = 0, Magento = 0.39, Yellow = 0.43 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 44 | 41 | - |
| CMYK | 0 | 0.39 | 0.43 | 0.72 |
| HSL | 5.81º | 0.27% | 0.22% | - |
| HSV(B) | 5.81º | 0.43% | 0.28% | - |
| XYZ | 3.97 | 3.34 | 2.53 | - |
| YUV | 52.03 | 121.78 | 142.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 44 | 41 | 0 | 0.39 | 0.43 | 0.72 | 5.81 | 0.27 | 0.22 |
| Hex | 48 | 2C | 29 | 0 | 27 | 2B | 48 | 6 | 1B | 16 |
| Octal | 110 | 54 | 51 | 0 | 47 | 53 | 110 | 6 | 33 | 26 |
| Binary | 1001000 | 101100 | 101001 | 0 | 100111 | 101011 | 1001000 | 110 | 11011 | 10110 |
Color Harmonies of #482C29
Complementary color
Monochromatic Colors of #482C29
Black with #482C29
Text Example
Text Example
White with #482C29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #482C29; }
p { color: rgb(72,44,41); }
H1.HeaderClassName
{
color: #482C29;
}
.AnyTagClassName
{
color: #482C29;
}
</style>
background-color css
<style>
a { background-color: #482C29; }
a { background-color: rgb(72,44,41); }
div.DivClassName
{
background-color: #482C29;
}
.BgClassName
{
background-color: #482C29;
}
</style>
border-color css
<style>
span { border-color: #482C29; }
span { border-color: rgb(72,44,41); }
td.TdClassName
{
border-color: #482C29;
}
.TagClassName
{
border-color: #482C29;
}
</style>