Shades of Espresso #522D25
Tints of Espresso #522D25
RGB
CMYK
RGB Variations
Color information
#522D25 (or 0x522D25) is known color: Espresso. HEX triplet: 52, 2D and 25. RGB value is (82,45,37). Sum of RGB (Red+Green+Blue) = 82+45+37=164 (21% of max value = 765). Red value is 82 (32.42% from 255 or 50% from 164); Green value is 45 (17.97% from 255 or 27.44% from 164); Blue value is 37 (14.84% from 255 or 22.56% from 164); Max value from RGB is 82 - color contains mainly: red. Hex color #522D25 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #522D25 is #ADD2DA. Grayscale: #373737. Windows color (decimal): -11391707 or 2436434. OLE color: 2436434.
HSL color Cylindrical-coordinate representation of color #522D25: hue angle of 10.67º degrees, saturation: 0.38, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #522D25 is Cyan = 0, Magento = 0.45, Yellow = 0.55 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 82 | 45 | 37 | - |
| CMYK | 0 | 0.45 | 0.55 | 0.68 |
| HSL | 10.67º | 0.38% | 0.23% | - |
| HSV(B) | 10.67º | 0.55% | 0.32% | - |
| XYZ | 4.75 | 3.8 | 2.23 | - |
| YUV | 55.15 | 117.76 | 147.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 45 | 37 | 0 | 0.45 | 0.55 | 0.68 | 10.67 | 0.38 | 0.23 |
| Hex | 52 | 2D | 25 | 0 | 2D | 37 | 44 | B | 26 | 17 |
| Octal | 122 | 55 | 45 | 0 | 55 | 67 | 104 | 13 | 46 | 27 |
| Binary | 1010010 | 101101 | 100101 | 0 | 101101 | 110111 | 1000100 | 1011 | 100110 | 10111 |
Color Harmonies of #522D25
Complementary color
Monochromatic Colors of #522D25
Black with #522D25
Text Example
Text Example
White with #522D25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #522D25; }
p { color: rgb(82,45,37); }
H1.HeaderClassName
{
color: #522D25;
}
.AnyTagClassName
{
color: #522D25;
}
</style>
background-color css
<style>
a { background-color: #522D25; }
a { background-color: rgb(82,45,37); }
div.DivClassName
{
background-color: #522D25;
}
.BgClassName
{
background-color: #522D25;
}
</style>
border-color css
<style>
span { border-color: #522D25; }
span { border-color: rgb(82,45,37); }
td.TdClassName
{
border-color: #522D25;
}
.TagClassName
{
border-color: #522D25;
}
</style>