#856F73

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

Shades of Empress #856F73

Tints of Empress #856F73

Color information

#856F73 (or 0x856F73) is unknown color: approx Empress. HEX triplet: 85, 6F and 73. RGB value is (133,111,115). Sum of RGB (Red+Green+Blue) = 133+111+115=359 (47% of max value = 765). Red value is 133 (52.34% from 255 or 37.05% from 359); Green value is 111 (43.75% from 255 or 30.92% from 359); Blue value is 115 (45.31% from 255 or 32.03% from 359); Max value from RGB is 133 - color contains mainly: red. Hex color #856F73 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #856F73 is #7A908C. Grayscale: #767676. Windows color (decimal): -8032397 or 7565189. OLE color: 7565189.

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

Color convert

RGB133111115-
CMYK00.170.140.48
HSL349.09º9.02%47.84%-
HSV(B)349.09º16.54%52.16%-
XYZ18.4517.5918.64-
YUV118.03126.29138.67-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 37.05%
GREEN value IS 111 (43.75% from 255) = 30.92%
BLUE value IS 115 (45.31% from 255) = 32.03%
R=37.05%
G=30.92%
B=32.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.14
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13311111500.170.140.48349.099.0247.84
Hex856F73011E3015d930
Octal20515716302116605351160
Binary100001011101111111001101000111101100001010111011001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #856F73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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