#895D72

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

Shades of Mauve Taupe #895D72

Tints of Mauve Taupe #895D72

Color information

#895D72 (or 0x895D72) is unknown color: approx Mauve Taupe. HEX triplet: 89, 5D and 72. RGB value is (137,93,114). Sum of RGB (Red+Green+Blue) = 137+93+114=344 (45% of max value = 765). Red value is 137 (53.91% from 255 or 39.83% from 344); Green value is 93 (36.72% from 255 or 27.03% from 344); Blue value is 114 (44.92% from 255 or 33.14% from 344); Max value from RGB is 137 - color contains mainly: red. Hex color #895D72 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #895D72 is #76A28D. Grayscale: #6C6C6C. Windows color (decimal): -7774862 or 7495049. OLE color: 7495049.

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

Color convert

RGB13793114-
CMYK00.320.170.46
HSL331.36º19.13%45.1%-
HSV(B)331.36º32.12%53.73%-
XYZ17.2714.3617.78-
YUV108.55131.08148.29-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 39.83%
GREEN value IS 93 (36.72% from 255) = 27.03%
BLUE value IS 114 (44.92% from 255) = 33.14%
R=39.83%
G=27.03%
B=33.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.17
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1379311400.320.170.46331.3619.1345.1
Hex895D72020112E14b132d
Octal21113516204021565132355
Binary100010011011101111001001000001000110111010100101110011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #895D72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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