#856D75

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

Shades of Empress #856D75

Tints of Empress #856D75

Color information

#856D75 (or 0x856D75) is unknown color: approx Empress. HEX triplet: 85, 6D and 75. RGB value is (133,109,117). Sum of RGB (Red+Green+Blue) = 133+109+117=359 (47% of max value = 765). Red value is 133 (52.34% from 255 or 37.05% from 359); Green value is 109 (42.97% from 255 or 30.36% from 359); Blue value is 117 (46.09% from 255 or 32.59% from 359); Max value from RGB is 133 - color contains mainly: red. Hex color #856D75 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #856D75 is #7A928A. Grayscale: #757575. Windows color (decimal): -8032907 or 7695749. OLE color: 7695749.

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

Color convert

RGB133109117-
CMYK00.180.120.48
HSL340º9.92%47.45%-
HSV(B)340º18.05%52.16%-
XYZ18.3517.2119.18-
YUV117.09127.95139.35-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 37.05%
GREEN value IS 109 (42.97% from 255) = 30.36%
BLUE value IS 117 (46.09% from 255) = 32.59%
R=37.05%
G=30.36%
B=32.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.12
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13310911700.180.120.483409.9247.45
Hex856D75012C30154a2f
Octal20515516502214605241257
Binary100001011101101111010101001011001100001010101001010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #856D75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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