Shades of Espresso #482927
Tints of Espresso #482927
RGB
CMYK
RGB Variations
Color information
#482927 (or 0x482927) is known color: Espresso. HEX triplet: 48, 29 and 27. RGB value is (72,41,39). Sum of RGB (Red+Green+Blue) = 72+41+39=152 (20% of max value = 765). Red value is 72 (28.52% from 255 or 47.37% from 152); Green value is 41 (16.41% from 255 or 26.97% from 152); Blue value is 39 (15.62% from 255 or 25.66% from 152); Max value from RGB is 72 - color contains mainly: red. Hex color #482927 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #482927 is #B7D6D8. Grayscale: #323232. Windows color (decimal): -12048089 or 2566472. OLE color: 2566472.
HSL color Cylindrical-coordinate representation of color #482927: hue angle of 3.64º 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 #482927 is Cyan = 0, Magento = 0.43, Yellow = 0.46 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 41 | 39 | - |
| CMYK | 0 | 0.43 | 0.46 | 0.72 |
| HSL | 3.64º | 0.3% | 0.22% | - |
| HSV(B) | 3.64º | 0.46% | 0.28% | - |
| XYZ | 3.83 | 3.11 | 2.32 | - |
| YUV | 50.04 | 121.77 | 143.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 41 | 39 | 0 | 0.43 | 0.46 | 0.72 | 3.64 | 0.3 | 0.22 |
| Hex | 48 | 29 | 27 | 0 | 2B | 2E | 48 | 4 | 1E | 16 |
| Octal | 110 | 51 | 47 | 0 | 53 | 56 | 110 | 4 | 36 | 26 |
| Binary | 1001000 | 101001 | 100111 | 0 | 101011 | 101110 | 1001000 | 100 | 11110 | 10110 |
Color Harmonies of #482927
Complementary color
Monochromatic Colors of #482927
Black with #482927
Text Example
Text Example
White with #482927
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #482927; }
p { color: rgb(72,41,39); }
H1.HeaderClassName
{
color: #482927;
}
.AnyTagClassName
{
color: #482927;
}
</style>
background-color css
<style>
a { background-color: #482927; }
a { background-color: rgb(72,41,39); }
div.DivClassName
{
background-color: #482927;
}
.BgClassName
{
background-color: #482927;
}
</style>
border-color css
<style>
span { border-color: #482927; }
span { border-color: rgb(72,41,39); }
td.TdClassName
{
border-color: #482927;
}
.TagClassName
{
border-color: #482927;
}
</style>