Shades of Espresso #482D27
Tints of Espresso #482D27
RGB
CMYK
RGB Variations
Color information
#482D27 (or 0x482D27) is known color: Espresso. HEX triplet: 48, 2D and 27. RGB value is (72,45,39). Sum of RGB (Red+Green+Blue) = 72+45+39=156 (20% of max value = 765). Red value is 72 (28.52% from 255 or 46.15% from 156); Green value is 45 (17.97% from 255 or 28.85% from 156); Blue value is 39 (15.62% from 255 or 25% from 156); Max value from RGB is 72 - color contains mainly: red. Hex color #482D27 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #482D27 is #B7D2D8. Grayscale: #343434. Windows color (decimal): -12047065 or 2567496. OLE color: 2567496.
HSL color Cylindrical-coordinate representation of color #482D27: hue angle of 10.91º 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 #482D27 is Cyan = 0, Magento = 0.38, Yellow = 0.46 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 45 | 39 | - |
| CMYK | 0 | 0.38 | 0.46 | 0.72 |
| HSL | 10.91º | 0.3% | 0.22% | - |
| HSV(B) | 10.91º | 0.46% | 0.28% | - |
| XYZ | 3.98 | 3.4 | 2.37 | - |
| YUV | 52.39 | 120.45 | 141.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 45 | 39 | 0 | 0.38 | 0.46 | 0.72 | 10.91 | 0.3 | 0.22 |
| Hex | 48 | 2D | 27 | 0 | 26 | 2E | 48 | B | 1E | 16 |
| Octal | 110 | 55 | 47 | 0 | 46 | 56 | 110 | 13 | 36 | 26 |
| Binary | 1001000 | 101101 | 100111 | 0 | 100110 | 101110 | 1001000 | 1011 | 11110 | 10110 |
Color Harmonies of #482D27
Complementary color
Monochromatic Colors of #482D27
Black with #482D27
Text Example
Text Example
White with #482D27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #482D27; }
p { color: rgb(72,45,39); }
H1.HeaderClassName
{
color: #482D27;
}
.AnyTagClassName
{
color: #482D27;
}
</style>
background-color css
<style>
a { background-color: #482D27; }
a { background-color: rgb(72,45,39); }
div.DivClassName
{
background-color: #482D27;
}
.BgClassName
{
background-color: #482D27;
}
</style>
border-color css
<style>
span { border-color: #482D27; }
span { border-color: rgb(72,45,39); }
td.TdClassName
{
border-color: #482D27;
}
.TagClassName
{
border-color: #482D27;
}
</style>