Shades of Empress #856D73
Tints of Empress #856D73
RGB
CMYK
RGB Variations
Color information
#856D73 (or 0x856D73) is known color: Empress. HEX triplet: 85, 6D and 73. RGB value is (133,109,115). Sum of RGB (Red+Green+Blue) = 133+109+115=357 (47% of max value = 765). Red value is 133 (52.34% from 255 or 37.25% from 357); Green value is 109 (42.97% from 255 or 30.53% from 357); Blue value is 115 (45.31% from 255 or 32.21% from 357); Max value from RGB is 133 - color contains mainly: red. Hex color #856D73 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #856D73 is #7A928C. Grayscale: #747474. Windows color (decimal): -8032909 or 7564677. OLE color: 7564677.
HSL color Cylindrical-coordinate representation of color #856D73: hue angle of 345º degrees, saturation: 0.1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #856D73 is Cyan = 0, Magento = 0.18, Yellow = 0.14 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 109 | 115 | - |
| CMYK | 0 | 0.18 | 0.14 | 0.48 |
| HSL | 345º | 0.1% | 0.47% | - |
| HSV(B) | 345º | 0.18% | 0.52% | - |
| XYZ | 18.24 | 17.16 | 18.57 | - |
| YUV | 116.86 | 126.95 | 139.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 109 | 115 | 0 | 0.18 | 0.14 | 0.48 | 345 | 0.1 | 0.47 |
| Hex | 85 | 6D | 73 | 0 | 12 | E | 30 | 159 | A | 2F |
| Octal | 205 | 155 | 163 | 0 | 22 | 16 | 60 | 531 | 12 | 57 |
| Binary | 10000101 | 1101101 | 1110011 | 0 | 10010 | 1110 | 110000 | 101011001 | 1010 | 101111 |
Color Harmonies of #856D73
Complementary color
Monochromatic Colors of #856D73
Black with #856D73
Text Example
Text Example
White with #856D73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #856D73; }
p { color: rgb(133,109,115); }
H1.HeaderClassName
{
color: #856D73;
}
.AnyTagClassName
{
color: #856D73;
}
</style>
background-color css
<style>
a { background-color: #856D73; }
a { background-color: rgb(133,109,115); }
div.DivClassName
{
background-color: #856D73;
}
.BgClassName
{
background-color: #856D73;
}
</style>
border-color css
<style>
span { border-color: #856D73; }
span { border-color: rgb(133,109,115); }
td.TdClassName
{
border-color: #856D73;
}
.TagClassName
{
border-color: #856D73;
}
</style>