#895D70

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

Shades of Mauve Taupe #895D70

Tints of Mauve Taupe #895D70

Color information

#895D70 (or 0x895D70) is unknown color: approx Mauve Taupe. HEX triplet: 89, 5D and 70. RGB value is (137,93,112). Sum of RGB (Red+Green+Blue) = 137+93+112=342 (45% of max value = 765). Red value is 137 (53.91% from 255 or 40.06% from 342); Green value is 93 (36.72% from 255 or 27.19% from 342); Blue value is 112 (44.14% from 255 or 32.75% from 342); Max value from RGB is 137 - color contains mainly: red. Hex color #895D70 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #895D70 is #76A28F. Grayscale: #6C6C6C. Windows color (decimal): -7774864 or 7363977. OLE color: 7363977.

HSL color Cylindrical-coordinate representation of color #895D70: hue angle of 334.09º 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 #895D70 is Cyan = 0, Magento = 0.32, Yellow = 0.18 and Black (K on CMYK) = 0.46.

Color convert

RGB13793112-
CMYK00.320.180.46
HSL334.09º19.13%45.1%-
HSV(B)334.09º32.12%53.73%-
XYZ17.1614.3217.19-
YUV108.32130.08148.46-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 40.06%
GREEN value IS 93 (36.72% from 255) = 27.19%
BLUE value IS 112 (44.14% from 255) = 32.75%
R=40.06%
G=27.19%
B=32.75%

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
Decimal1379311200.320.180.46334.0919.1345.1
Hex895D70020122E14e132d
Octal21113516004022565162355
Binary100010011011101111000001000001001010111010100111010011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #895D70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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