#857374

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

Shades of Empress #857374

Tints of Empress #857374

Color information

#857374 (or 0x857374) is unknown color: approx Empress. HEX triplet: 85, 73 and 74. RGB value is (133,115,116). Sum of RGB (Red+Green+Blue) = 133+115+116=364 (48% of max value = 765). Red value is 133 (52.34% from 255 or 36.54% from 364); Green value is 115 (45.31% from 255 or 31.59% from 364); Blue value is 116 (45.70% from 255 or 31.87% from 364); Max value from RGB is 133 - color contains mainly: red. Hex color #857374 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #857374 is #7A8C8B. Grayscale: #787878. Windows color (decimal): -8031372 or 7631749. OLE color: 7631749.

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

Color convert

RGB133115116-
CMYK00.140.130.48
HSL356.67º7.26%48.63%-
HSV(B)356.67º13.53%52.16%-
XYZ18.9618.5119.1-
YUV120.5125.46136.92-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 36.54%
GREEN value IS 115 (45.31% from 255) = 31.59%
BLUE value IS 116 (45.70% from 255) = 31.87%
R=36.54%
G=31.59%
B=31.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.13
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13311511600.140.130.48356.677.2648.63
Hex8573740ED30165731
Octal2051631640161560545761
Binary1000010111100111110100011101101110000101100101111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #857374

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #857374; }

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

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

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

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

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

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

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

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