Shades of Espresso #482E2D
Tints of Espresso #482E2D
RGB
CMYK
RGB Variations
Color information
#482E2D (or 0x482E2D) is known color: Espresso. HEX triplet: 48, 2E and 2D. RGB value is (72,46,45). Sum of RGB (Red+Green+Blue) = 72+46+45=163 (21% of max value = 765). Red value is 72 (28.52% from 255 or 44.17% from 163); Green value is 46 (18.36% from 255 or 28.22% from 163); Blue value is 45 (17.97% from 255 or 27.61% from 163); Max value from RGB is 72 - color contains mainly: red. Hex color #482E2D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #482E2D is #B7D1D2. Grayscale: #353535. Windows color (decimal): -12046803 or 2960968. OLE color: 2960968.
HSL color Cylindrical-coordinate representation of color #482E2D: hue angle of 2.22º degrees, saturation: 0.23, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #482E2D is Cyan = 0, Magento = 0.36, Yellow = 0.38 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 46 | 45 | - |
| CMYK | 0 | 0.36 | 0.38 | 0.72 |
| HSL | 2.22º | 0.23% | 0.23% | - |
| HSV(B) | 2.22º | 0.38% | 0.28% | - |
| XYZ | 4.12 | 3.52 | 2.94 | - |
| YUV | 53.66 | 123.11 | 141.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 46 | 45 | 0 | 0.36 | 0.38 | 0.72 | 2.22 | 0.23 | 0.23 |
| Hex | 48 | 2E | 2D | 0 | 24 | 26 | 48 | 2 | 17 | 17 |
| Octal | 110 | 56 | 55 | 0 | 44 | 46 | 110 | 2 | 27 | 27 |
| Binary | 1001000 | 101110 | 101101 | 0 | 100100 | 100110 | 1001000 | 10 | 10111 | 10111 |
Color Harmonies of #482E2D
Complementary color
Monochromatic Colors of #482E2D
Black with #482E2D
Text Example
Text Example
White with #482E2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #482E2D; }
p { color: rgb(72,46,45); }
H1.HeaderClassName
{
color: #482E2D;
}
.AnyTagClassName
{
color: #482E2D;
}
</style>
background-color css
<style>
a { background-color: #482E2D; }
a { background-color: rgb(72,46,45); }
div.DivClassName
{
background-color: #482E2D;
}
.BgClassName
{
background-color: #482E2D;
}
</style>
border-color css
<style>
span { border-color: #482E2D; }
span { border-color: rgb(72,46,45); }
td.TdClassName
{
border-color: #482E2D;
}
.TagClassName
{
border-color: #482E2D;
}
</style>