#895F73

Color #895F73 Mauve Taupe (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mauve Taupe #895F73

Tints of Mauve Taupe #895F73

Color information

#895F73 (or 0x895F73) is unknown color: approx Mauve Taupe. HEX triplet: 89, 5F and 73. RGB value is (137,95,115). Sum of RGB (Red+Green+Blue) = 137+95+115=347 (45% of max value = 765). Red value is 137 (53.91% from 255 or 39.48% from 347); Green value is 95 (37.5% from 255 or 27.38% from 347); Blue value is 115 (45.31% from 255 or 33.14% from 347); Max value from RGB is 137 - color contains mainly: red. Hex color #895F73 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #895F73 is #76A08C. Grayscale: #6D6D6D. Windows color (decimal): -7774349 or 7561097. OLE color: 7561097.

HSL color Cylindrical-coordinate representation of color #895F73: hue angle of 331.43º degrees, saturation: 0.18, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #895F73 is Cyan = 0, Magento = 0.31, Yellow = 0.16 and Black (K on CMYK) = 0.46.

Color convert

RGB13795115-
CMYK00.310.160.46
HSL331.43º18.1%45.49%-
HSV(B)331.43º30.66%53.73%-
XYZ17.514.7418.14-
YUV109.84130.91147.37-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 39.48%
GREEN value IS 95 (37.5% from 255) = 27.38%
BLUE value IS 115 (45.31% from 255) = 33.14%
R=39.48%
G=27.38%
B=33.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.16
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1379511500.310.160.46331.4318.145.49
Hex895F7301F102E14b122d
Octal21113716303720565132255
Binary10001001101111111100110111111000010111010100101110010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #895F73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #895F73; }

 p { color: rgb(137,95,115); }

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

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

 a { background-color: rgb(137,95,115); }

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

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

 span { border-color: rgb(137,95,115); }

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