Shades of Espresso #482722
Tints of Espresso #482722
RGB
CMYK
RGB Variations
Color information
#482722 (or 0x482722) is known color: Espresso. HEX triplet: 48, 27 and 22. RGB value is (72,39,34). Sum of RGB (Red+Green+Blue) = 72+39+34=145 (19% of max value = 765). Red value is 72 (28.52% from 255 or 49.66% from 145); Green value is 39 (15.62% from 255 or 26.90% from 145); Blue value is 34 (13.67% from 255 or 23.45% from 145); Max value from RGB is 72 - color contains mainly: red. Hex color #482722 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #482722 is #B7D8DD. Grayscale: #303030. Windows color (decimal): -12048606 or 2238280. OLE color: 2238280.
HSL color Cylindrical-coordinate representation of color #482722: hue angle of 7.89º degrees, saturation: 0.36, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #482722 is Cyan = 0, Magento = 0.46, Yellow = 0.53 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 39 | 34 | - |
| CMYK | 0 | 0.46 | 0.53 | 0.72 |
| HSL | 7.89º | 0.36% | 0.21% | - |
| HSV(B) | 7.89º | 0.53% | 0.28% | - |
| XYZ | 3.69 | 2.94 | 1.89 | - |
| YUV | 48.3 | 119.93 | 144.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 39 | 34 | 0 | 0.46 | 0.53 | 0.72 | 7.89 | 0.36 | 0.21 |
| Hex | 48 | 27 | 22 | 0 | 2E | 35 | 48 | 8 | 24 | 15 |
| Octal | 110 | 47 | 42 | 0 | 56 | 65 | 110 | 10 | 44 | 25 |
| Binary | 1001000 | 100111 | 100010 | 0 | 101110 | 110101 | 1001000 | 1000 | 100100 | 10101 |
Color Harmonies of #482722
Complementary color
Monochromatic Colors of #482722
Black with #482722
Text Example
Text Example
White with #482722
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #482722; }
p { color: rgb(72,39,34); }
H1.HeaderClassName
{
color: #482722;
}
.AnyTagClassName
{
color: #482722;
}
</style>
background-color css
<style>
a { background-color: #482722; }
a { background-color: rgb(72,39,34); }
div.DivClassName
{
background-color: #482722;
}
.BgClassName
{
background-color: #482722;
}
</style>
border-color css
<style>
span { border-color: #482722; }
span { border-color: rgb(72,39,34); }
td.TdClassName
{
border-color: #482722;
}
.TagClassName
{
border-color: #482722;
}
</style>