Shades of Espresso #482727
Tints of Espresso #482727
RGB
CMYK
RGB Variations
Color information
#482727 (or 0x482727) is known color: Espresso. HEX triplet: 48, 27 and 27. RGB value is (72,39,39). Sum of RGB (Red+Green+Blue) = 72+39+39=150 (19% of max value = 765). Red value is 72 (28.52% from 255 or 48% from 150); Green value is 39 (15.62% from 255 or 26% from 150); Blue value is 39 (15.62% from 255 or 26% from 150); Max value from RGB is 72 - color contains mainly: red. Hex color #482727 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #482727 is #B7D8D8. Grayscale: #303030. Windows color (decimal): -12048601 or 2565960. OLE color: 2565960.
HSL color Cylindrical-coordinate representation of color #482727: hue angle of 0º degrees, saturation: 0.3, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #482727 is Cyan = 0, Magento = 0.46, Yellow = 0.46 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 39 | 39 | - |
| CMYK | 0 | 0.46 | 0.46 | 0.72 |
| HSL | 0º | 0.3% | 0.22% | - |
| HSV(B) | 0º | 0.46% | 0.28% | - |
| XYZ | 3.76 | 2.98 | 2.3 | - |
| YUV | 48.87 | 122.43 | 144.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 39 | 39 | 0 | 0.46 | 0.46 | 0.72 | 0 | 0.3 | 0.22 |
| Hex | 48 | 27 | 27 | 0 | 2E | 2E | 48 | 0 | 1E | 16 |
| Octal | 110 | 47 | 47 | 0 | 56 | 56 | 110 | 0 | 36 | 26 |
| Binary | 1001000 | 100111 | 100111 | 0 | 101110 | 101110 | 1001000 | 0 | 11110 | 10110 |
Color Harmonies of #482727
Complementary color
Monochromatic Colors of #482727
Black with #482727
Text Example
Text Example
White with #482727
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #482727; }
p { color: rgb(72,39,39); }
H1.HeaderClassName
{
color: #482727;
}
.AnyTagClassName
{
color: #482727;
}
</style>
background-color css
<style>
a { background-color: #482727; }
a { background-color: rgb(72,39,39); }
div.DivClassName
{
background-color: #482727;
}
.BgClassName
{
background-color: #482727;
}
</style>
border-color css
<style>
span { border-color: #482727; }
span { border-color: rgb(72,39,39); }
td.TdClassName
{
border-color: #482727;
}
.TagClassName
{
border-color: #482727;
}
</style>