Html Css Color HEX #895D73 Mauve Taupe

📋 copy color: '#895D73'

red 137 ◦ green 93 ◦ blue 115

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

Shades of Mauve Taupe #895D73

Tints of Mauve Taupe #895D73

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 33.33%

R = 39.71%
G = 26.96%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.16

 K value IS 0.46

RGB Variations

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

Color information

#895D73 (or 0x895D73) is known color: Mauve Taupe. HEX triplet: 89, 5D and 73. RGB value is (137,93,115). Sum of RGB (Red+Green+Blue) = 137+93+115=345 (45% of max value = 765). Red value is 137 (53.91% from 255 or 39.71% from 345); Green value is 93 (36.72% from 255 or 26.96% from 345); Blue value is 115 (45.31% from 255 or 33.33% from 345); Max value from RGB is 137 - color contains mainly: red. Hex color #895D73 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #895D73 is #76A28C. Grayscale: #6C6C6C. Windows color (decimal): -7774861 or 7560585. OLE color: 7560585.

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

Color convert

RGB 137 93 115 -
CMYK 0 0.32 0.16 0.46
HSL 330º 0.19% 0.45% -
HSV(B) 330º 0.32% 0.54% -
XYZ 17.33 14.38 18.08 -
YUV 108.66 131.58 148.21 -
System Red Green Blue C M Y K H S L
Decimal 137 93 115 0 0.32 0.16 0.46 330 0.19 0.45
Hex 89 5D 73 0 20 10 2E 14A 13 2D
Octal 211 135 163 0 40 20 56 512 23 55
Binary 10001001 1011101 1110011 0 100000 10000 101110 101001010 10011 101101

Color Harmonies of #895D73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #895D73

Black with #895D73

Text Example


Text Example

White with #895D73

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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