Shades of Espresso #523127
Tints of Espresso #523127
RGB
CMYK
RGB Variations
Color information
#523127 (or 0x523127) is known color: Espresso. HEX triplet: 52, 31 and 27. RGB value is (82,49,39). Sum of RGB (Red+Green+Blue) = 82+49+39=170 (22% of max value = 765). Red value is 82 (32.42% from 255 or 48.24% from 170); Green value is 49 (19.53% from 255 or 28.82% from 170); Blue value is 39 (15.62% from 255 or 22.94% from 170); Max value from RGB is 82 - color contains mainly: red. Hex color #523127 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #523127 is #ADCED8. Grayscale: #393939. Windows color (decimal): -11390681 or 2568530. OLE color: 2568530.
HSL color Cylindrical-coordinate representation of color #523127: hue angle of 13.95º 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 #523127 is Cyan = 0, Magento = 0.40, Yellow = 0.52 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 82 | 49 | 39 | - |
| CMYK | 0 | 0.40 | 0.52 | 0.68 |
| HSL | 13.95º | 0.36% | 0.24% | - |
| HSV(B) | 13.95º | 0.52% | 0.32% | - |
| XYZ | 4.94 | 4.14 | 2.46 | - |
| YUV | 57.73 | 117.43 | 145.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 49 | 39 | 0 | 0.40 | 0.52 | 0.68 | 13.95 | 0.36 | 0.24 |
| Hex | 52 | 31 | 27 | 0 | 28 | 34 | 44 | E | 24 | 18 |
| Octal | 122 | 61 | 47 | 0 | 50 | 64 | 104 | 16 | 44 | 30 |
| Binary | 1010010 | 110001 | 100111 | 0 | 101000 | 110100 | 1000100 | 1110 | 100100 | 11000 |
Color Harmonies of #523127
Complementary color
Monochromatic Colors of #523127
Black with #523127
Text Example
Text Example
White with #523127
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #523127; }
p { color: rgb(82,49,39); }
H1.HeaderClassName
{
color: #523127;
}
.AnyTagClassName
{
color: #523127;
}
</style>
background-color css
<style>
a { background-color: #523127; }
a { background-color: rgb(82,49,39); }
div.DivClassName
{
background-color: #523127;
}
.BgClassName
{
background-color: #523127;
}
</style>
border-color css
<style>
span { border-color: #523127; }
span { border-color: rgb(82,49,39); }
td.TdClassName
{
border-color: #523127;
}
.TagClassName
{
border-color: #523127;
}
</style>