Html Css Color HEX #895972 Mauve Taupe

📋 copy color: '#895972'

red 137 ◦ green 89 ◦ blue 114

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

Shades of Mauve Taupe #895972

Tints of Mauve Taupe #895972

RGB

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

 GREEN value IS 89 (35.16% from 255) = 26.18%

 BLUE value IS 114 (44.92% from 255) = 33.53%

R = 40.29%
G = 26.18%
B = 33.53%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.17

 K value IS 0.46

RGB Variations

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

Color information

#895972 (or 0x895972) is known color: Mauve Taupe. HEX triplet: 89, 59 and 72. RGB value is (137,89,114). Sum of RGB (Red+Green+Blue) = 137+89+114=340 (45% of max value = 765). Red value is 137 (53.91% from 255 or 40.29% from 340); Green value is 89 (35.16% from 255 or 26.18% from 340); Blue value is 114 (44.92% from 255 or 33.53% from 340); Max value from RGB is 137 - color contains mainly: red. Hex color #895972 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #895972 is #76A68D. Grayscale: #6A6A6A. Windows color (decimal): -7775886 or 7494025. OLE color: 7494025.

HSL color Cylindrical-coordinate representation of color #895972: hue angle of 328.75º degrees, saturation: 0.21, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #895972 is Cyan = 0, Magento = 0.35, Yellow = 0.17 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 89 114 -
CMYK 0 0.35 0.17 0.46
HSL 328.75º 0.21% 0.44% -
HSV(B) 328.75º 0.35% 0.54% -
XYZ 16.93 13.68 17.67 -
YUV 106.2 132.4 149.97 -
System Red Green Blue C M Y K H S L
Decimal 137 89 114 0 0.35 0.17 0.46 328.75 0.21 0.44
Hex 89 59 72 0 23 11 2E 149 15 2C
Octal 211 131 162 0 43 21 56 511 25 54
Binary 10001001 1011001 1110010 0 100011 10001 101110 101001001 10101 101100

Color Harmonies of #895972

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #895972

Black with #895972

Text Example


Text Example

White with #895972

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #895972; }

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

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

background-color css

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

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

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

border-color css

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

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

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