#856D71

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

Shades of Empress #856D71

Tints of Empress #856D71

Color information

#856D71 (or 0x856D71) is unknown color: approx Empress. HEX triplet: 85, 6D and 71. RGB value is (133,109,113). Sum of RGB (Red+Green+Blue) = 133+109+113=355 (47% of max value = 765). Red value is 133 (52.34% from 255 or 37.46% from 355); Green value is 109 (42.97% from 255 or 30.70% from 355); Blue value is 113 (44.53% from 255 or 31.83% from 355); Max value from RGB is 133 - color contains mainly: red. Hex color #856D71 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #856D71 is #7A928E. Grayscale: #747474. Windows color (decimal): -8032911 or 7433605. OLE color: 7433605.

HSL color Cylindrical-coordinate representation of color #856D71: hue angle of 350º 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 #856D71 is Cyan = 0, Magento = 0.18, Yellow = 0.15 and Black (K on CMYK) = 0.48.

Color convert

RGB133109113-
CMYK00.180.150.48
HSL350º9.92%47.45%-
HSV(B)350º18.05%52.16%-
XYZ18.1217.1217.97-
YUV116.63125.95139.67-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 37.46%
GREEN value IS 109 (42.97% from 255) = 30.70%
BLUE value IS 113 (44.53% from 255) = 31.83%
R=37.46%
G=30.70%
B=31.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.15
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13310911300.180.150.483509.9247.45
Hex856D71012F3015ea2f
Octal20515516102217605361257
Binary100001011101101111000101001011111100001010111101010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #856D71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,109,113); }

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

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

 a { background-color: rgb(133,109,113); }

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

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

 span { border-color: rgb(133,109,113); }

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