Shades of Espresso #482F2A
Tints of Espresso #482F2A
RGB
CMYK
RGB Variations
Color information
#482F2A (or 0x482F2A) is known color: Espresso. HEX triplet: 48, 2F and 2A. RGB value is (72,47,42). Sum of RGB (Red+Green+Blue) = 72+47+42=161 (21% of max value = 765). Red value is 72 (28.52% from 255 or 44.72% from 161); Green value is 47 (18.75% from 255 or 29.19% from 161); Blue value is 42 (16.80% from 255 or 26.09% from 161); Max value from RGB is 72 - color contains mainly: red. Hex color #482F2A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #482F2A is #B7D0D5. Grayscale: #353535. Windows color (decimal): -12046550 or 2764616. OLE color: 2764616.
HSL color Cylindrical-coordinate representation of color #482F2A: hue angle of 10º degrees, saturation: 0.26, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #482F2A is Cyan = 0, Magento = 0.35, Yellow = 0.42 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 47 | 42 | - |
| CMYK | 0 | 0.35 | 0.42 | 0.72 |
| HSL | 10º | 0.26% | 0.22% | - |
| HSV(B) | 10º | 0.42% | 0.28% | - |
| XYZ | 4.11 | 3.58 | 2.66 | - |
| YUV | 53.91 | 121.28 | 140.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 47 | 42 | 0 | 0.35 | 0.42 | 0.72 | 10 | 0.26 | 0.22 |
| Hex | 48 | 2F | 2A | 0 | 23 | 2A | 48 | A | 1A | 16 |
| Octal | 110 | 57 | 52 | 0 | 43 | 52 | 110 | 12 | 32 | 26 |
| Binary | 1001000 | 101111 | 101010 | 0 | 100011 | 101010 | 1001000 | 1010 | 11010 | 10110 |
Color Harmonies of #482F2A
Complementary color
Monochromatic Colors of #482F2A
Black with #482F2A
Text Example
Text Example
White with #482F2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #482F2A; }
p { color: rgb(72,47,42); }
H1.HeaderClassName
{
color: #482F2A;
}
.AnyTagClassName
{
color: #482F2A;
}
</style>
background-color css
<style>
a { background-color: #482F2A; }
a { background-color: rgb(72,47,42); }
div.DivClassName
{
background-color: #482F2A;
}
.BgClassName
{
background-color: #482F2A;
}
</style>
border-color css
<style>
span { border-color: #482F2A; }
span { border-color: rgb(72,47,42); }
td.TdClassName
{
border-color: #482F2A;
}
.TagClassName
{
border-color: #482F2A;
}
</style>