#857275

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

Shades of Empress #857275

Tints of Empress #857275

Color information

#857275 (or 0x857275) is unknown color: approx Empress. HEX triplet: 85, 72 and 75. RGB value is (133,114,117). Sum of RGB (Red+Green+Blue) = 133+114+117=364 (48% of max value = 765). Red value is 133 (52.34% from 255 or 36.54% from 364); Green value is 114 (44.92% from 255 or 31.32% from 364); Blue value is 117 (46.09% from 255 or 32.14% from 364); Max value from RGB is 133 - color contains mainly: red. Hex color #857275 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #857275 is #7A8D8A. Grayscale: #787878. Windows color (decimal): -8031627 or 7697029. OLE color: 7697029.

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

Color convert

RGB133114117-
CMYK00.140.120.48
HSL350.53º7.69%48.43%-
HSV(B)350.53º14.29%52.16%-
XYZ18.918.3119.37-
YUV120.02126.29137.26-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 36.54%
GREEN value IS 114 (44.92% from 255) = 31.32%
BLUE value IS 117 (46.09% from 255) = 32.14%
R=36.54%
G=31.32%
B=32.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.12
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13311411700.140.120.48350.537.6948.43
Hex8572750EC3015f830
Octal20516216501614605371060
Binary10000101111001011101010111011001100001010111111000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #857275

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #857275; }

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

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

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

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

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

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

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

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