Shades of Espresso #482823
Tints of Espresso #482823
RGB
CMYK
RGB Variations
Color information
#482823 (or 0x482823) is known color: Espresso. HEX triplet: 48, 28 and 23. RGB value is (72,40,35). Sum of RGB (Red+Green+Blue) = 72+40+35=147 (19% of max value = 765). Red value is 72 (28.52% from 255 or 48.98% from 147); Green value is 40 (16.02% from 255 or 27.21% from 147); Blue value is 35 (14.06% from 255 or 23.81% from 147); Max value from RGB is 72 - color contains mainly: red. Hex color #482823 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #482823 is #B7D7DC. Grayscale: #313131. Windows color (decimal): -12048349 or 2304072. OLE color: 2304072.
HSL color Cylindrical-coordinate representation of color #482823: hue angle of 8.11º degrees, saturation: 0.35, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #482823 is Cyan = 0, Magento = 0.44, Yellow = 0.51 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 40 | 35 | - |
| CMYK | 0 | 0.44 | 0.51 | 0.72 |
| HSL | 8.11º | 0.35% | 0.21% | - |
| HSV(B) | 8.11º | 0.51% | 0.28% | - |
| XYZ | 3.73 | 3.02 | 1.98 | - |
| YUV | 49 | 120.1 | 144.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 40 | 35 | 0 | 0.44 | 0.51 | 0.72 | 8.11 | 0.35 | 0.21 |
| Hex | 48 | 28 | 23 | 0 | 2C | 33 | 48 | 8 | 23 | 15 |
| Octal | 110 | 50 | 43 | 0 | 54 | 63 | 110 | 10 | 43 | 25 |
| Binary | 1001000 | 101000 | 100011 | 0 | 101100 | 110011 | 1001000 | 1000 | 100011 | 10101 |
Color Harmonies of #482823
Complementary color
Monochromatic Colors of #482823
Black with #482823
Text Example
Text Example
White with #482823
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #482823; }
p { color: rgb(72,40,35); }
H1.HeaderClassName
{
color: #482823;
}
.AnyTagClassName
{
color: #482823;
}
</style>
background-color css
<style>
a { background-color: #482823; }
a { background-color: rgb(72,40,35); }
div.DivClassName
{
background-color: #482823;
}
.BgClassName
{
background-color: #482823;
}
</style>
border-color css
<style>
span { border-color: #482823; }
span { border-color: rgb(72,40,35); }
td.TdClassName
{
border-color: #482823;
}
.TagClassName
{
border-color: #482823;
}
</style>