Shades of Espresso #482B27
Tints of Espresso #482B27
RGB
CMYK
RGB Variations
Color information
#482B27 (or 0x482B27) is known color: Espresso. HEX triplet: 48, 2B and 27. RGB value is (72,43,39). Sum of RGB (Red+Green+Blue) = 72+43+39=154 (20% of max value = 765). Red value is 72 (28.52% from 255 or 46.75% from 154); Green value is 43 (17.19% from 255 or 27.92% from 154); Blue value is 39 (15.62% from 255 or 25.32% from 154); Max value from RGB is 72 - color contains mainly: red. Hex color #482B27 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #482B27 is #B7D4D8. Grayscale: #333333. Windows color (decimal): -12047577 or 2566984. OLE color: 2566984.
HSL color Cylindrical-coordinate representation of color #482B27: hue angle of 7.27º 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 #482B27 is Cyan = 0, Magento = 0.40, Yellow = 0.46 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 43 | 39 | - |
| CMYK | 0 | 0.40 | 0.46 | 0.72 |
| HSL | 7.27º | 0.3% | 0.22% | - |
| HSV(B) | 7.27º | 0.46% | 0.28% | - |
| XYZ | 3.9 | 3.25 | 2.34 | - |
| YUV | 51.22 | 121.11 | 142.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 43 | 39 | 0 | 0.40 | 0.46 | 0.72 | 7.27 | 0.3 | 0.22 |
| Hex | 48 | 2B | 27 | 0 | 28 | 2E | 48 | 7 | 1E | 16 |
| Octal | 110 | 53 | 47 | 0 | 50 | 56 | 110 | 7 | 36 | 26 |
| Binary | 1001000 | 101011 | 100111 | 0 | 101000 | 101110 | 1001000 | 111 | 11110 | 10110 |
Color Harmonies of #482B27
Complementary color
Monochromatic Colors of #482B27
Black with #482B27
Text Example
Text Example
White with #482B27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #482B27; }
p { color: rgb(72,43,39); }
H1.HeaderClassName
{
color: #482B27;
}
.AnyTagClassName
{
color: #482B27;
}
</style>
background-color css
<style>
a { background-color: #482B27; }
a { background-color: rgb(72,43,39); }
div.DivClassName
{
background-color: #482B27;
}
.BgClassName
{
background-color: #482B27;
}
</style>
border-color css
<style>
span { border-color: #482B27; }
span { border-color: rgb(72,43,39); }
td.TdClassName
{
border-color: #482B27;
}
.TagClassName
{
border-color: #482B27;
}
</style>