Html Css Color HEX #895A72 Mauve Taupe

📋 copy color: '#895A72'

red 137 ◦ green 90 ◦ blue 114

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

Shades of Mauve Taupe #895A72

Tints of Mauve Taupe #895A72

RGB

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

 GREEN value IS 90 (35.55% from 255) = 26.39%

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

R = 40.18%
G = 26.39%
B = 33.43%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.17

 K value IS 0.46

RGB Variations

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

Color information

#895A72 (or 0x895A72) is known color: Mauve Taupe. HEX triplet: 89, 5A and 72. RGB value is (137,90,114). Sum of RGB (Red+Green+Blue) = 137+90+114=341 (45% of max value = 765). Red value is 137 (53.91% from 255 or 40.18% from 341); Green value is 90 (35.55% from 255 or 26.39% from 341); Blue value is 114 (44.92% from 255 or 33.43% from 341); Max value from RGB is 137 - color contains mainly: red. Hex color #895A72 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #895A72 is #76A58D. Grayscale: #6A6A6A. Windows color (decimal): -7775630 or 7494281. OLE color: 7494281.

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

Color convert

RGB 137 90 114 -
CMYK 0 0.34 0.17 0.46
HSL 329.36º 0.21% 0.45% -
HSV(B) 329.36º 0.34% 0.54% -
XYZ 17.01 13.85 17.7 -
YUV 106.79 132.07 149.55 -
System Red Green Blue C M Y K H S L
Decimal 137 90 114 0 0.34 0.17 0.46 329.36 0.21 0.45
Hex 89 5A 72 0 22 11 2E 149 15 2D
Octal 211 132 162 0 42 21 56 511 25 55
Binary 10001001 1011010 1110010 0 100010 10001 101110 101001001 10101 101101

Color Harmonies of #895A72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #895A72

Black with #895A72

Text Example


Text Example

White with #895A72

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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