#846572

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

Shades of Mauve Taupe #846572

Tints of Mauve Taupe #846572

Color information

#846572 (or 0x846572) is unknown color: approx Mauve Taupe. HEX triplet: 84, 65 and 72. RGB value is (132,101,114). Sum of RGB (Red+Green+Blue) = 132+101+114=347 (45% of max value = 765). Red value is 132 (51.95% from 255 or 38.04% from 347); Green value is 101 (39.84% from 255 or 29.11% from 347); Blue value is 114 (44.92% from 255 or 32.85% from 347); Max value from RGB is 132 - color contains mainly: red. Hex color #846572 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #846572 is #7B9A8D. Grayscale: #6F6F6F. Windows color (decimal): -8100494 or 7497092. OLE color: 7497092.

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

Color convert

RGB132101114-
CMYK00.230.140.48
HSL334.84º13.3%45.69%-
HSV(B)334.84º23.48%51.76%-
XYZ17.2115.4317.99-
YUV111.75129.27142.44-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 38.04%
GREEN value IS 101 (39.84% from 255) = 29.11%
BLUE value IS 114 (44.92% from 255) = 32.85%
R=38.04%
G=29.11%
B=32.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.14
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13210111400.230.140.48334.8413.345.69
Hex846572017E3014fd2e
Octal20414516202716605171556
Binary100001001100101111001001011111101100001010011111101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #846572

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #846572; }

 p { color: rgb(132,101,114); }

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

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

 a { background-color: rgb(132,101,114); }

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

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

 span { border-color: rgb(132,101,114); }

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