Shades of Espresso #482C27
Tints of Espresso #482C27
RGB
CMYK
RGB Variations
Color information
#482C27 (or 0x482C27) is known color: Espresso. HEX triplet: 48, 2C and 27. RGB value is (72,44,39). Sum of RGB (Red+Green+Blue) = 72+44+39=155 (20% of max value = 765). Red value is 72 (28.52% from 255 or 46.45% from 155); Green value is 44 (17.58% from 255 or 28.39% from 155); Blue value is 39 (15.62% from 255 or 25.16% from 155); Max value from RGB is 72 - color contains mainly: red. Hex color #482C27 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #482C27 is #B7D3D8. Grayscale: #333333. Windows color (decimal): -12047321 or 2567240. OLE color: 2567240.
HSL color Cylindrical-coordinate representation of color #482C27: hue angle of 9.09º 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 #482C27 is Cyan = 0, Magento = 0.39, Yellow = 0.46 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 44 | 39 | - |
| CMYK | 0 | 0.39 | 0.46 | 0.72 |
| HSL | 9.09º | 0.3% | 0.22% | - |
| HSV(B) | 9.09º | 0.46% | 0.28% | - |
| XYZ | 3.94 | 3.33 | 2.35 | - |
| YUV | 51.8 | 120.78 | 142.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 44 | 39 | 0 | 0.39 | 0.46 | 0.72 | 9.09 | 0.3 | 0.22 |
| Hex | 48 | 2C | 27 | 0 | 27 | 2E | 48 | 9 | 1E | 16 |
| Octal | 110 | 54 | 47 | 0 | 47 | 56 | 110 | 11 | 36 | 26 |
| Binary | 1001000 | 101100 | 100111 | 0 | 100111 | 101110 | 1001000 | 1001 | 11110 | 10110 |
Color Harmonies of #482C27
Complementary color
Monochromatic Colors of #482C27
Black with #482C27
Text Example
Text Example
White with #482C27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #482C27; }
p { color: rgb(72,44,39); }
H1.HeaderClassName
{
color: #482C27;
}
.AnyTagClassName
{
color: #482C27;
}
</style>
background-color css
<style>
a { background-color: #482C27; }
a { background-color: rgb(72,44,39); }
div.DivClassName
{
background-color: #482C27;
}
.BgClassName
{
background-color: #482C27;
}
</style>
border-color css
<style>
span { border-color: #482C27; }
span { border-color: rgb(72,44,39); }
td.TdClassName
{
border-color: #482C27;
}
.TagClassName
{
border-color: #482C27;
}
</style>