#895C71

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

Shades of Mauve Taupe #895C71

Tints of Mauve Taupe #895C71

Color information

#895C71 (or 0x895C71) is unknown color: approx Mauve Taupe. HEX triplet: 89, 5C and 71. RGB value is (137,92,113). Sum of RGB (Red+Green+Blue) = 137+92+113=342 (45% of max value = 765). Red value is 137 (53.91% from 255 or 40.06% from 342); Green value is 92 (36.33% from 255 or 26.90% from 342); Blue value is 113 (44.53% from 255 or 33.04% from 342); Max value from RGB is 137 - color contains mainly: red. Hex color #895C71 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #895C71 is #76A38E. Grayscale: #6B6B6B. Windows color (decimal): -7775119 or 7429257. OLE color: 7429257.

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

Color convert

RGB13792113-
CMYK00.330.180.46
HSL332º19.65%44.9%-
HSV(B)332º32.85%53.73%-
XYZ17.1214.1617.45-
YUV107.85130.91148.79-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 40.06%
GREEN value IS 92 (36.33% from 255) = 26.90%
BLUE value IS 113 (44.53% from 255) = 33.04%
R=40.06%
G=26.90%
B=33.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.18
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1379211300.330.180.4633219.6544.9
Hex895C71021122E14c142d
Octal21113416104122565142455
Binary100010011011100111000101000011001010111010100110010100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #895C71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(137,92,113); }

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

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

 a { background-color: rgb(137,92,113); }

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

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

 span { border-color: rgb(137,92,113); }

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