Html Css Color HEX #895C73 Mauve Taupe

📋 copy color: '#895C73'

red 137 ◦ green 92 ◦ blue 115

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

Shades of Mauve Taupe #895C73

Tints of Mauve Taupe #895C73

RGB

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

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

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

R = 39.83%
G = 26.74%
B = 33.43%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.16

 K value IS 0.46

RGB Variations

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

Color information

#895C73 (or 0x895C73) is known color: Mauve Taupe. HEX triplet: 89, 5C and 73. RGB value is (137,92,115). Sum of RGB (Red+Green+Blue) = 137+92+115=344 (45% of max value = 765). Red value is 137 (53.91% from 255 or 39.83% from 344); Green value is 92 (36.33% from 255 or 26.74% from 344); Blue value is 115 (45.31% from 255 or 33.43% from 344); Max value from RGB is 137 - color contains mainly: red. Hex color #895C73 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #895C73 is #76A38C. Grayscale: #6C6C6C. Windows color (decimal): -7775117 or 7560329. OLE color: 7560329.

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

Color convert

RGB 137 92 115 -
CMYK 0 0.33 0.16 0.46
HSL 329.33º 0.2% 0.45% -
HSV(B) 329.33º 0.33% 0.54% -
XYZ 17.24 14.21 18.05 -
YUV 108.08 131.91 148.63 -
System Red Green Blue C M Y K H S L
Decimal 137 92 115 0 0.33 0.16 0.46 329.33 0.2 0.45
Hex 89 5C 73 0 21 10 2E 149 14 2D
Octal 211 134 163 0 41 20 56 511 24 55
Binary 10001001 1011100 1110011 0 100001 10000 101110 101001001 10100 101101

Color Harmonies of #895C73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #895C73

Black with #895C73

Text Example


Text Example

White with #895C73

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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