#846372

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

Shades of Mauve Taupe #846372

Tints of Mauve Taupe #846372

Color information

#846372 (or 0x846372) is unknown color: approx Mauve Taupe. HEX triplet: 84, 63 and 72. RGB value is (132,99,114). Sum of RGB (Red+Green+Blue) = 132+99+114=345 (45% of max value = 765). Red value is 132 (51.95% from 255 or 38.26% from 345); Green value is 99 (39.06% from 255 or 28.70% from 345); Blue value is 114 (44.92% from 255 or 33.04% from 345); Max value from RGB is 132 - color contains mainly: red. Hex color #846372 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #846372 is #7B9C8D. Grayscale: #6E6E6E. Windows color (decimal): -8101006 or 7496580. OLE color: 7496580.

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

Color convert

RGB13299114-
CMYK00.250.140.48
HSL332.73º14.29%45.29%-
HSV(B)332.73º25%51.76%-
XYZ17.0115.0417.93-
YUV110.58129.93143.28-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 38.26%
GREEN value IS 99 (39.06% from 255) = 28.70%
BLUE value IS 114 (44.92% from 255) = 33.04%
R=38.26%
G=28.70%
B=33.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.14
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1329911400.250.140.48332.7314.2945.29
Hex846372019E3014de2d
Octal20414316203116605151655
Binary100001001100011111001001100111101100001010011011110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #846372

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #846372; }

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

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

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

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

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

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

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

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