#856373

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

Shades of Mauve Taupe #856373

Tints of Mauve Taupe #856373

Color information

#856373 (or 0x856373) is unknown color: approx Mauve Taupe. HEX triplet: 85, 63 and 73. RGB value is (133,99,115). Sum of RGB (Red+Green+Blue) = 133+99+115=347 (45% of max value = 765). Red value is 133 (52.34% from 255 or 38.33% from 347); Green value is 99 (39.06% from 255 or 28.53% from 347); Blue value is 115 (45.31% from 255 or 33.14% from 347); Max value from RGB is 133 - color contains mainly: red. Hex color #856373 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #856373 is #7A9C8C. Grayscale: #6E6E6E. Windows color (decimal): -8035469 or 7562117. OLE color: 7562117.

HSL color Cylindrical-coordinate representation of color #856373: hue angle of 331.76º degrees, saturation: 0.15, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #856373 is Cyan = 0, Magento = 0.26, Yellow = 0.14 and Black (K on CMYK) = 0.48.

Color convert

RGB13399115-
CMYK00.260.140.48
HSL331.76º14.66%45.49%-
HSV(B)331.76º25.56%52.16%-
XYZ17.2315.1518.24-
YUV110.99130.26143.7-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 38.33%
GREEN value IS 99 (39.06% from 255) = 28.53%
BLUE value IS 115 (45.31% from 255) = 33.14%
R=38.33%
G=28.53%
B=33.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.14
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1339911500.260.140.48331.7614.6645.49
Hex85637301AE3014cf2d
Octal20514316303216605141755
Binary100001011100011111001101101011101100001010011001111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #856373

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #856373; }

 p { color: rgb(133,99,115); }

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

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

 a { background-color: rgb(133,99,115); }

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

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

 span { border-color: rgb(133,99,115); }

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