#856D74

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

Shades of Empress #856D74

Tints of Empress #856D74

Color information

#856D74 (or 0x856D74) is unknown color: approx Empress. HEX triplet: 85, 6D and 74. RGB value is (133,109,116). Sum of RGB (Red+Green+Blue) = 133+109+116=358 (47% of max value = 765). Red value is 133 (52.34% from 255 or 37.15% from 358); Green value is 109 (42.97% from 255 or 30.45% from 358); Blue value is 116 (45.70% from 255 or 32.40% from 358); Max value from RGB is 133 - color contains mainly: red. Hex color #856D74 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #856D74 is #7A928B. Grayscale: #747474. Windows color (decimal): -8032908 or 7630213. OLE color: 7630213.

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

Color convert

RGB133109116-
CMYK00.180.130.48
HSL342.5º9.92%47.45%-
HSV(B)342.5º18.05%52.16%-
XYZ18.2917.1818.88-
YUV116.97127.45139.43-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 37.15%
GREEN value IS 109 (42.97% from 255) = 30.45%
BLUE value IS 116 (45.70% from 255) = 32.40%
R=37.15%
G=30.45%
B=32.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.13
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13310911600.180.130.48342.59.9247.45
Hex856D74012D30156a2f
Octal20515516402215605261257
Binary100001011101101111010001001011011100001010101101010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #856D74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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