Shades of Espresso #522D27
Tints of Espresso #522D27
RGB
CMYK
RGB Variations
Color information
#522D27 (or 0x522D27) is known color: Espresso. HEX triplet: 52, 2D and 27. RGB value is (82,45,39). Sum of RGB (Red+Green+Blue) = 82+45+39=166 (21% of max value = 765). Red value is 82 (32.42% from 255 or 49.40% from 166); Green value is 45 (17.97% from 255 or 27.11% from 166); Blue value is 39 (15.62% from 255 or 23.49% from 166); Max value from RGB is 82 - color contains mainly: red. Hex color #522D27 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #522D27 is #ADD2D8. Grayscale: #373737. Windows color (decimal): -11391705 or 2567506. OLE color: 2567506.
HSL color Cylindrical-coordinate representation of color #522D27: hue angle of 8.37º degrees, saturation: 0.36, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #522D27 is Cyan = 0, Magento = 0.45, Yellow = 0.52 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 82 | 45 | 39 | - |
| CMYK | 0 | 0.45 | 0.52 | 0.68 |
| HSL | 8.37º | 0.36% | 0.24% | - |
| HSV(B) | 8.37º | 0.52% | 0.32% | - |
| XYZ | 4.78 | 3.82 | 2.4 | - |
| YUV | 55.38 | 118.76 | 146.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 45 | 39 | 0 | 0.45 | 0.52 | 0.68 | 8.37 | 0.36 | 0.24 |
| Hex | 52 | 2D | 27 | 0 | 2D | 34 | 44 | 8 | 24 | 18 |
| Octal | 122 | 55 | 47 | 0 | 55 | 64 | 104 | 10 | 44 | 30 |
| Binary | 1010010 | 101101 | 100111 | 0 | 101101 | 110100 | 1000100 | 1000 | 100100 | 11000 |
Color Harmonies of #522D27
Complementary color
Monochromatic Colors of #522D27
Black with #522D27
Text Example
Text Example
White with #522D27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #522D27; }
p { color: rgb(82,45,39); }
H1.HeaderClassName
{
color: #522D27;
}
.AnyTagClassName
{
color: #522D27;
}
</style>
background-color css
<style>
a { background-color: #522D27; }
a { background-color: rgb(82,45,39); }
div.DivClassName
{
background-color: #522D27;
}
.BgClassName
{
background-color: #522D27;
}
</style>
border-color css
<style>
span { border-color: #522D27; }
span { border-color: rgb(82,45,39); }
td.TdClassName
{
border-color: #522D27;
}
.TagClassName
{
border-color: #522D27;
}
</style>