#8C5D73

Color #8C5D73 Mauve Taupe (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mauve Taupe #8C5D73

Tints of Mauve Taupe #8C5D73

Color information

#8C5D73 (or 0x8C5D73) is unknown color: approx Mauve Taupe. HEX triplet: 8C, 5D and 73. RGB value is (140,93,115). Sum of RGB (Red+Green+Blue) = 140+93+115=348 (46% of max value = 765). Red value is 140 (55.08% from 255 or 40.23% from 348); Green value is 93 (36.72% from 255 or 26.72% from 348); Blue value is 115 (45.31% from 255 or 33.05% from 348); Max value from RGB is 140 - color contains mainly: red. Hex color #8C5D73 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C5D73 is #73A28C. Grayscale: #6D6D6D. Windows color (decimal): -7578253 or 7560588. OLE color: 7560588.

HSL color Cylindrical-coordinate representation of color #8C5D73: hue angle of 331.91º degrees, saturation: 0.2, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #8C5D73 is Cyan = 0, Magento = 0.34, Yellow = 0.18 and Black (K on CMYK) = 0.45.

Color convert

RGB14093115-
CMYK00.340.180.45
HSL331.91º20.17%45.69%-
HSV(B)331.91º33.57%54.9%-
XYZ17.8214.6418.11-
YUV109.56131.07149.71-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 40.23%
GREEN value IS 93 (36.72% from 255) = 26.72%
BLUE value IS 115 (45.31% from 255) = 33.05%
R=40.23%
G=26.72%
B=33.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.18
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1409311500.340.180.45331.9120.1745.69
Hex8C5D73022122D14c142e
Octal21413516304222555142456
Binary100011001011101111001101000101001010110110100110010100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C5D73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8C5D73; }

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

 H1.HeaderClassName
 {
   color: #8C5D73;
 }
 .AnyTagClassName
 {
   color: #8C5D73;
 }
</style>
background-color css

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

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

 div.DivClassName
 {
   background-color: #8C5D73;
 }
 .BgClassName
 {
   background-color: #8C5D73;
 }
</style>
border-color css

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

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

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