#857273

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

Shades of Empress #857273

Tints of Empress #857273

Color information

#857273 (or 0x857273) is unknown color: approx Empress. HEX triplet: 85, 72 and 73. RGB value is (133,114,115). Sum of RGB (Red+Green+Blue) = 133+114+115=362 (47% of max value = 765). Red value is 133 (52.34% from 255 or 36.74% from 362); Green value is 114 (44.92% from 255 or 31.49% from 362); Blue value is 115 (45.31% from 255 or 31.77% from 362); Max value from RGB is 133 - color contains mainly: red. Hex color #857273 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #857273 is #7A8D8C. Grayscale: #777777. Windows color (decimal): -8031629 or 7565957. OLE color: 7565957.

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

Color convert

RGB133114115-
CMYK00.140.140.48
HSL356.84º7.69%48.43%-
HSV(B)356.84º14.29%52.16%-
XYZ18.7818.2618.75-
YUV119.79125.29137.42-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 36.74%
GREEN value IS 114 (44.92% from 255) = 31.49%
BLUE value IS 115 (45.31% from 255) = 31.77%
R=36.74%
G=31.49%
B=31.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.14
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13311411500.140.140.48356.847.6948.43
Hex8572730EE30165830
Octal20516216301616605451060
Binary10000101111001011100110111011101100001011001011000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #857273

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #857273; }

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

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

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

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

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

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

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

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