#856970

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

Shades of Empress #856970

Tints of Empress #856970

Color information

#856970 (or 0x856970) is unknown color: approx Empress. HEX triplet: 85, 69 and 70. RGB value is (133,105,112). Sum of RGB (Red+Green+Blue) = 133+105+112=350 (46% of max value = 765). Red value is 133 (52.34% from 255 or 38% from 350); Green value is 105 (41.41% from 255 or 30% from 350); Blue value is 112 (44.14% from 255 or 32% from 350); Max value from RGB is 133 - color contains mainly: red. Hex color #856970 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #856970 is #7A968F. Grayscale: #727272. Windows color (decimal): -8033936 or 7367045. OLE color: 7367045.

HSL color Cylindrical-coordinate representation of color #856970: hue angle of 345º degrees, saturation: 0.12, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #856970 is Cyan = 0, Magento = 0.21, Yellow = 0.16 and Black (K on CMYK) = 0.48.

Color convert

RGB133105112-
CMYK00.210.160.48
HSL345º11.76%46.67%-
HSV(B)345º21.05%52.16%-
XYZ17.6516.2617.54-
YUV114.17126.78141.43-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 38%
GREEN value IS 105 (41.41% from 255) = 30%
BLUE value IS 112 (44.14% from 255) = 32%
R=38%
G=30%
B=32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.16
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13310511200.210.160.4834511.7646.67
Hex8569700151030159c2f
Octal20515116002520605311457
Binary1000010111010011110000010101100001100001010110011100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #856970

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #856970; }

 p { color: rgb(133,105,112); }

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

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

 a { background-color: rgb(133,105,112); }

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

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

 span { border-color: rgb(133,105,112); }

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