Html Css Color HEX #895D71 Mauve Taupe

📋 copy color: '#895D71'

red 137 ◦ green 93 ◦ blue 113

#895D71
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mauve Taupe #895D71

Tints of Mauve Taupe #895D71

RGB

 RED value IS 137 (53.91% from 255) = 39.94%

 GREEN value IS 93 (36.72% from 255) = 27.11%

 BLUE value IS 113 (44.53% from 255) = 32.94%

R = 39.94%
G = 27.11%
B = 32.94%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.18

 K value IS 0.46

RGB Variations

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

Color information

#895D71 (or 0x895D71) is known color: Mauve Taupe. HEX triplet: 89, 5D and 71. RGB value is (137,93,113). Sum of RGB (Red+Green+Blue) = 137+93+113=343 (45% of max value = 765). Red value is 137 (53.91% from 255 or 39.94% from 343); Green value is 93 (36.72% from 255 or 27.11% from 343); Blue value is 113 (44.53% from 255 or 32.94% from 343); Max value from RGB is 137 - color contains mainly: red. Hex color #895D71 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #895D71 is #76A28E. Grayscale: #6C6C6C. Windows color (decimal): -7774863 or 7429513. OLE color: 7429513.

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

Color convert

RGB 137 93 113 -
CMYK 0 0.32 0.18 0.46
HSL 332.73º 0.19% 0.45% -
HSV(B) 332.73º 0.32% 0.54% -
XYZ 17.21 14.34 17.48 -
YUV 108.44 130.58 148.37 -
System Red Green Blue C M Y K H S L
Decimal 137 93 113 0 0.32 0.18 0.46 332.73 0.19 0.45
Hex 89 5D 71 0 20 12 2E 14D 13 2D
Octal 211 135 161 0 40 22 56 515 23 55
Binary 10001001 1011101 1110001 0 100000 10010 101110 101001101 10011 101101

Color Harmonies of #895D71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #895D71

Black with #895D71

Text Example


Text Example

White with #895D71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #895D71;
 }
 .AnyTagClassName
 {
   color: #895D71;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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