#895C72

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

Shades of Mauve Taupe #895C72

Tints of Mauve Taupe #895C72

Color information

#895C72 (or 0x895C72) is unknown color: approx Mauve Taupe. HEX triplet: 89, 5C and 72. RGB value is (137,92,114). Sum of RGB (Red+Green+Blue) = 137+92+114=343 (45% of max value = 765). Red value is 137 (53.91% from 255 or 39.94% from 343); Green value is 92 (36.33% from 255 or 26.82% from 343); Blue value is 114 (44.92% from 255 or 33.24% from 343); Max value from RGB is 137 - color contains mainly: red. Hex color #895C72 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #895C72 is #76A38D. Grayscale: #6B6B6B. Windows color (decimal): -7775118 or 7494793. OLE color: 7494793.

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

Color convert

RGB13792114-
CMYK00.330.170.46
HSL330.67º19.65%44.9%-
HSV(B)330.67º32.85%53.73%-
XYZ17.1814.1917.75-
YUV107.96131.41148.71-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 39.94%
GREEN value IS 92 (36.33% from 255) = 26.82%
BLUE value IS 114 (44.92% from 255) = 33.24%
R=39.94%
G=26.82%
B=33.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.17
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1379211400.330.170.46330.6719.6544.9
Hex895C72021112E14b142d
Octal21113416204121565132455
Binary100010011011100111001001000011000110111010100101110100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #895C72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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