Shades of Espresso #482721
Tints of Espresso #482721
RGB
CMYK
RGB Variations
Color information
#482721 (or 0x482721) is known color: Espresso. HEX triplet: 48, 27 and 21. RGB value is (72,39,33). Sum of RGB (Red+Green+Blue) = 72+39+33=144 (19% of max value = 765). Red value is 72 (28.52% from 255 or 50% from 144); Green value is 39 (15.62% from 255 or 27.08% from 144); Blue value is 33 (13.28% from 255 or 22.92% from 144); Max value from RGB is 72 - color contains mainly: red. Hex color #482721 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #482721 is #B7D8DE. Grayscale: #303030. Windows color (decimal): -12048607 or 2172744. OLE color: 2172744.
HSL color Cylindrical-coordinate representation of color #482721: hue angle of 9.23º degrees, saturation: 0.37, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #482721 is Cyan = 0, Magento = 0.46, Yellow = 0.54 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 39 | 33 | - |
| CMYK | 0 | 0.46 | 0.54 | 0.72 |
| HSL | 9.23º | 0.37% | 0.21% | - |
| HSV(B) | 9.23º | 0.54% | 0.28% | - |
| XYZ | 3.67 | 2.94 | 1.81 | - |
| YUV | 48.18 | 119.43 | 144.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 39 | 33 | 0 | 0.46 | 0.54 | 0.72 | 9.23 | 0.37 | 0.21 |
| Hex | 48 | 27 | 21 | 0 | 2E | 36 | 48 | 9 | 25 | 15 |
| Octal | 110 | 47 | 41 | 0 | 56 | 66 | 110 | 11 | 45 | 25 |
| Binary | 1001000 | 100111 | 100001 | 0 | 101110 | 110110 | 1001000 | 1001 | 100101 | 10101 |
Color Harmonies of #482721
Complementary color
Monochromatic Colors of #482721
Black with #482721
Text Example
Text Example
White with #482721
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #482721; }
p { color: rgb(72,39,33); }
H1.HeaderClassName
{
color: #482721;
}
.AnyTagClassName
{
color: #482721;
}
</style>
background-color css
<style>
a { background-color: #482721; }
a { background-color: rgb(72,39,33); }
div.DivClassName
{
background-color: #482721;
}
.BgClassName
{
background-color: #482721;
}
</style>
border-color css
<style>
span { border-color: #482721; }
span { border-color: rgb(72,39,33); }
td.TdClassName
{
border-color: #482721;
}
.TagClassName
{
border-color: #482721;
}
</style>