#895D71

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

Shades of Mauve Taupe #895D71

Tints of Mauve Taupe #895D71

Color information

#895D71 (or 0x895D71) is unknown color: approx Mauve Taupe. HEX triplet: 89, 5D and 71. RGB value is (137,93,113). Sum of RGB (Red+Green+Blue) = 137+93+113=343 (45% of max value = 765). Red value is 137 (53.91% from 255 or 39.94% from 343); Green value is 93 (36.72% from 255 or 27.11% from 343); Blue value is 113 (44.53% from 255 or 32.94% from 343); Max value from RGB is 137 - color contains mainly: red. Hex color #895D71 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #895D71 is #76A28E. Grayscale: #6C6C6C. Windows color (decimal): -7774863 or 7429513. OLE color: 7429513.

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

Color convert

RGB13793113-
CMYK00.320.180.46
HSL332.73º19.13%45.1%-
HSV(B)332.73º32.12%53.73%-
XYZ17.2114.3417.48-
YUV108.44130.58148.37-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 39.94%
GREEN value IS 93 (36.72% from 255) = 27.11%
BLUE value IS 113 (44.53% from 255) = 32.94%
R=39.94%
G=27.11%
B=32.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.18
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1379311300.320.180.46332.7319.1345.1
Hex895D71020122E14d132d
Octal21113516104022565152355
Binary100010011011101111000101000001001010111010100110110011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #895D71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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