#856A73

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

Shades of Empress #856A73

Tints of Empress #856A73

Color information

#856A73 (or 0x856A73) is unknown color: approx Empress. HEX triplet: 85, 6A and 73. RGB value is (133,106,115). Sum of RGB (Red+Green+Blue) = 133+106+115=354 (46% of max value = 765). Red value is 133 (52.34% from 255 or 37.57% from 354); Green value is 106 (41.80% from 255 or 29.94% from 354); Blue value is 115 (45.31% from 255 or 32.49% from 354); Max value from RGB is 133 - color contains mainly: red. Hex color #856A73 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #856A73 is #7A958C. Grayscale: #737373. Windows color (decimal): -8033677 or 7563909. OLE color: 7563909.

HSL color Cylindrical-coordinate representation of color #856A73: hue angle of 340º degrees, saturation: 0.11, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #856A73 is Cyan = 0, Magento = 0.20, Yellow = 0.14 and Black (K on CMYK) = 0.48.

Color convert

RGB133106115-
CMYK00.200.140.48
HSL340º11.3%46.86%-
HSV(B)340º20.3%52.16%-
XYZ17.9216.5318.47-
YUV115.1127.95140.77-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 37.57%
GREEN value IS 106 (41.80% from 255) = 29.94%
BLUE value IS 115 (45.31% from 255) = 32.49%
R=37.57%
G=29.94%
B=32.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.14
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13310611500.200.140.4834011.346.86
Hex856A73014E30154b2f
Octal20515216302416605241357
Binary100001011101010111001101010011101100001010101001011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #856A73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #856A73; }

 p { color: rgb(133,106,115); }

 H1.HeaderClassName
 {
   color: #856A73;
 }
 .AnyTagClassName
 {
   color: #856A73;
 }
</style>
background-color css

<style>
 a { background-color: #856A73; }

 a { background-color: rgb(133,106,115); }

 div.DivClassName
 {
   background-color: #856A73;
 }
 .BgClassName
 {
   background-color: #856A73;
 }
</style>
border-color css

<style>
 span { border-color: #856A73; }

 span { border-color: rgb(133,106,115); }

 td.TdClassName
 {
   border-color: #856A73;
 }
 .TagClassName
 {
   border-color: #856A73;
 }
</style>