#856D73

Color #856D73 Empress (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Empress #856D73

Tints of Empress #856D73

Color information

#856D73 (or 0x856D73) is unknown color: approx 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

RGB133109115-
CMYK00.180.140.48
HSL345º9.92%47.45%-
HSV(B)345º18.05%52.16%-
XYZ18.2417.1618.57-
YUV116.86126.95139.51-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 133 (52.34% from 255) = 37.25%
GREEN value IS 109 (42.97% from 255) = 30.53%
BLUE value IS 115 (45.31% from 255) = 32.21%
R=37.25%
G=30.53%
B=32.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.14
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13310911500.180.140.483459.9247.45
Hex856D73012E30159a2f
Octal20515516302216605311257
Binary100001011101101111001101001011101100001010110011010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #856D73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>