#845B70

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

Shades of Mauve Taupe #845B70

Tints of Mauve Taupe #845B70

Color information

#845B70 (or 0x845B70) is unknown color: approx Mauve Taupe. HEX triplet: 84, 5B and 70. RGB value is (132,91,112). Sum of RGB (Red+Green+Blue) = 132+91+112=335 (44% of max value = 765). Red value is 132 (51.95% from 255 or 39.40% from 335); Green value is 91 (35.94% from 255 or 27.16% from 335); Blue value is 112 (44.14% from 255 or 33.43% from 335); Max value from RGB is 132 - color contains mainly: red. Hex color #845B70 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #845B70 is #7BA48F. Grayscale: #696969. Windows color (decimal): -8103056 or 7363460. OLE color: 7363460.

HSL color Cylindrical-coordinate representation of color #845B70: hue angle of 329.27º degrees, saturation: 0.18, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #845B70 is Cyan = 0, Magento = 0.31, Yellow = 0.15 and Black (K on CMYK) = 0.48.

Color convert

RGB13291112-
CMYK00.310.150.48
HSL329.27º18.39%43.73%-
HSV(B)329.27º31.06%51.76%-
XYZ16.1813.5617.09-
YUV105.65131.58146.79-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 39.40%
GREEN value IS 91 (35.94% from 255) = 27.16%
BLUE value IS 112 (44.14% from 255) = 33.43%
R=39.40%
G=27.16%
B=33.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.15
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1329111200.310.150.48329.2718.3943.73
Hex845B7001FF30149122c
Octal20413316003717605112254
Binary1000010010110111110000011111111111000010100100110010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #845B70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #845B70; }

 p { color: rgb(132,91,112); }

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

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

 a { background-color: rgb(132,91,112); }

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

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

 span { border-color: rgb(132,91,112); }

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