#895A72

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

Shades of Mauve Taupe #895A72

Tints of Mauve Taupe #895A72

Color information

#895A72 (or 0x895A72) is unknown color: approx Mauve Taupe. HEX triplet: 89, 5A and 72. RGB value is (137,90,114). Sum of RGB (Red+Green+Blue) = 137+90+114=341 (45% of max value = 765). Red value is 137 (53.91% from 255 or 40.18% from 341); Green value is 90 (35.55% from 255 or 26.39% from 341); Blue value is 114 (44.92% from 255 or 33.43% from 341); Max value from RGB is 137 - color contains mainly: red. Hex color #895A72 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #895A72 is #76A58D. Grayscale: #6A6A6A. Windows color (decimal): -7775630 or 7494281. OLE color: 7494281.

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

Color convert

RGB13790114-
CMYK00.340.170.46
HSL329.36º20.7%44.51%-
HSV(B)329.36º34.31%53.73%-
XYZ17.0113.8517.7-
YUV106.79132.07149.55-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 40.18%
GREEN value IS 90 (35.55% from 255) = 26.39%
BLUE value IS 114 (44.92% from 255) = 33.43%
R=40.18%
G=26.39%
B=33.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.17
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1379011400.340.170.46329.3620.744.51
Hex895A72022112E149152d
Octal21113216204221565112555
Binary100010011011010111001001000101000110111010100100110101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #895A72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(137,90,114); }

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

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

 a { background-color: rgb(137,90,114); }

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

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

 span { border-color: rgb(137,90,114); }

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