#895D73

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

Shades of Mauve Taupe #895D73

Tints of Mauve Taupe #895D73

Color information

#895D73 (or 0x895D73) is unknown color: approx Mauve Taupe. HEX triplet: 89, 5D and 73. RGB value is (137,93,115). Sum of RGB (Red+Green+Blue) = 137+93+115=345 (45% of max value = 765). Red value is 137 (53.91% from 255 or 39.71% from 345); Green value is 93 (36.72% from 255 or 26.96% from 345); Blue value is 115 (45.31% from 255 or 33.33% from 345); Max value from RGB is 137 - color contains mainly: red. Hex color #895D73 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #895D73 is #76A28C. Grayscale: #6C6C6C. Windows color (decimal): -7774861 or 7560585. OLE color: 7560585.

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

Color convert

RGB13793115-
CMYK00.320.160.46
HSL330º19.13%45.1%-
HSV(B)330º32.12%53.73%-
XYZ17.3314.3818.08-
YUV108.66131.58148.21-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 39.71%
GREEN value IS 93 (36.72% from 255) = 26.96%
BLUE value IS 115 (45.31% from 255) = 33.33%
R=39.71%
G=26.96%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.16
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1379311500.320.160.4633019.1345.1
Hex895D73020102E14a132d
Octal21113516304020565122355
Binary100010011011101111001101000001000010111010100101010011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #895D73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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