Shades of Espresso #482E2B
Tints of Espresso #482E2B
RGB
CMYK
RGB Variations
Color information
#482E2B (or 0x482E2B) is known color: Espresso. HEX triplet: 48, 2E and 2B. RGB value is (72,46,43). Sum of RGB (Red+Green+Blue) = 72+46+43=161 (21% of max value = 765). Red value is 72 (28.52% from 255 or 44.72% from 161); Green value is 46 (18.36% from 255 or 28.57% from 161); Blue value is 43 (17.19% from 255 or 26.71% from 161); Max value from RGB is 72 - color contains mainly: red. Hex color #482E2B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #482E2B is #B7D1D4. Grayscale: #353535. Windows color (decimal): -12046805 or 2829896. OLE color: 2829896.
HSL color Cylindrical-coordinate representation of color #482E2B: hue angle of 6.21º degrees, saturation: 0.25, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #482E2B is Cyan = 0, Magento = 0.36, Yellow = 0.40 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 46 | 43 | - |
| CMYK | 0 | 0.36 | 0.40 | 0.72 |
| HSL | 6.21º | 0.25% | 0.23% | - |
| HSV(B) | 6.21º | 0.4% | 0.28% | - |
| XYZ | 4.09 | 3.51 | 2.75 | - |
| YUV | 53.43 | 122.11 | 141.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 46 | 43 | 0 | 0.36 | 0.40 | 0.72 | 6.21 | 0.25 | 0.23 |
| Hex | 48 | 2E | 2B | 0 | 24 | 28 | 48 | 6 | 19 | 17 |
| Octal | 110 | 56 | 53 | 0 | 44 | 50 | 110 | 6 | 31 | 27 |
| Binary | 1001000 | 101110 | 101011 | 0 | 100100 | 101000 | 1001000 | 110 | 11001 | 10111 |
Color Harmonies of #482E2B
Complementary color
Monochromatic Colors of #482E2B
Black with #482E2B
Text Example
Text Example
White with #482E2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #482E2B; }
p { color: rgb(72,46,43); }
H1.HeaderClassName
{
color: #482E2B;
}
.AnyTagClassName
{
color: #482E2B;
}
</style>
background-color css
<style>
a { background-color: #482E2B; }
a { background-color: rgb(72,46,43); }
div.DivClassName
{
background-color: #482E2B;
}
.BgClassName
{
background-color: #482E2B;
}
</style>
border-color css
<style>
span { border-color: #482E2B; }
span { border-color: rgb(72,46,43); }
td.TdClassName
{
border-color: #482E2B;
}
.TagClassName
{
border-color: #482E2B;
}
</style>