Shades of Espresso #482D2C
Tints of Espresso #482D2C
RGB
CMYK
RGB Variations
Color information
#482D2C (or 0x482D2C) is known color: Espresso. HEX triplet: 48, 2D and 2C. RGB value is (72,45,44). Sum of RGB (Red+Green+Blue) = 72+45+44=161 (21% of max value = 765). Red value is 72 (28.52% from 255 or 44.72% from 161); Green value is 45 (17.97% from 255 or 27.95% from 161); Blue value is 44 (17.58% from 255 or 27.33% from 161); Max value from RGB is 72 - color contains mainly: red. Hex color #482D2C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #482D2C is #B7D2D3. Grayscale: #343434. Windows color (decimal): -12047060 or 2895176. OLE color: 2895176.
HSL color Cylindrical-coordinate representation of color #482D2C: hue angle of 2.14º degrees, saturation: 0.24, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #482D2C is Cyan = 0, Magento = 0.38, Yellow = 0.39 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 45 | 44 | - |
| CMYK | 0 | 0.38 | 0.39 | 0.72 |
| HSL | 2.14º | 0.24% | 0.23% | - |
| HSV(B) | 2.14º | 0.39% | 0.28% | - |
| XYZ | 4.07 | 3.44 | 2.83 | - |
| YUV | 52.96 | 122.95 | 141.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 45 | 44 | 0 | 0.38 | 0.39 | 0.72 | 2.14 | 0.24 | 0.23 |
| Hex | 48 | 2D | 2C | 0 | 26 | 27 | 48 | 2 | 18 | 17 |
| Octal | 110 | 55 | 54 | 0 | 46 | 47 | 110 | 2 | 30 | 27 |
| Binary | 1001000 | 101101 | 101100 | 0 | 100110 | 100111 | 1001000 | 10 | 11000 | 10111 |
Color Harmonies of #482D2C
Complementary color
Monochromatic Colors of #482D2C
Black with #482D2C
Text Example
Text Example
White with #482D2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #482D2C; }
p { color: rgb(72,45,44); }
H1.HeaderClassName
{
color: #482D2C;
}
.AnyTagClassName
{
color: #482D2C;
}
</style>
background-color css
<style>
a { background-color: #482D2C; }
a { background-color: rgb(72,45,44); }
div.DivClassName
{
background-color: #482D2C;
}
.BgClassName
{
background-color: #482D2C;
}
</style>
border-color css
<style>
span { border-color: #482D2C; }
span { border-color: rgb(72,45,44); }
td.TdClassName
{
border-color: #482D2C;
}
.TagClassName
{
border-color: #482D2C;
}
</style>