Html Css Color HEX #895C71 Mauve Taupe

📋 copy color: '#895C71'

red 137 ◦ green 92 ◦ blue 113

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

Shades of Mauve Taupe #895C71

Tints of Mauve Taupe #895C71

RGB

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

 GREEN value IS 92 (36.33% from 255) = 26.9%

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

R = 40.06%
G = 26.9%
B = 33.04%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.18

 K value IS 0.46

RGB Variations

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

Color information

#895C71 (or 0x895C71) is known color: Mauve Taupe. HEX triplet: 89, 5C and 71. RGB value is (137,92,113). Sum of RGB (Red+Green+Blue) = 137+92+113=342 (45% of max value = 765). Red value is 137 (53.91% from 255 or 40.06% from 342); Green value is 92 (36.33% from 255 or 26.90% from 342); Blue value is 113 (44.53% from 255 or 33.04% from 342); Max value from RGB is 137 - color contains mainly: red. Hex color #895C71 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #895C71 is #76A38E. Grayscale: #6B6B6B. Windows color (decimal): -7775119 or 7429257. OLE color: 7429257.

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

Color convert

RGB 137 92 113 -
CMYK 0 0.33 0.18 0.46
HSL 332º 0.2% 0.45% -
HSV(B) 332º 0.33% 0.54% -
XYZ 17.12 14.16 17.45 -
YUV 107.85 130.91 148.79 -
System Red Green Blue C M Y K H S L
Decimal 137 92 113 0 0.33 0.18 0.46 332 0.2 0.45
Hex 89 5C 71 0 21 12 2E 14C 14 2D
Octal 211 134 161 0 41 22 56 514 24 55
Binary 10001001 1011100 1110001 0 100001 10010 101110 101001100 10100 101101

Color Harmonies of #895C71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #895C71

Black with #895C71

Text Example


Text Example

White with #895C71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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