#856372

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

Shades of Mauve Taupe #856372

Tints of Mauve Taupe #856372

Color information

#856372 (or 0x856372) is unknown color: approx Mauve Taupe. HEX triplet: 85, 63 and 72. RGB value is (133,99,114). Sum of RGB (Red+Green+Blue) = 133+99+114=346 (45% of max value = 765). Red value is 133 (52.34% from 255 or 38.44% from 346); Green value is 99 (39.06% from 255 or 28.61% from 346); Blue value is 114 (44.92% from 255 or 32.95% from 346); Max value from RGB is 133 - color contains mainly: red. Hex color #856372 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #856372 is #7A9C8D. Grayscale: #6E6E6E. Windows color (decimal): -8035470 or 7496581. OLE color: 7496581.

HSL color Cylindrical-coordinate representation of color #856372: hue angle of 333.53º 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 #856372 is Cyan = 0, Magento = 0.26, Yellow = 0.14 and Black (K on CMYK) = 0.48.

Color convert

RGB13399114-
CMYK00.260.140.48
HSL333.53º14.66%45.49%-
HSV(B)333.53º25.56%52.16%-
XYZ17.1715.1317.93-
YUV110.88129.76143.78-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 38.44%
GREEN value IS 99 (39.06% from 255) = 28.61%
BLUE value IS 114 (44.92% from 255) = 32.95%
R=38.44%
G=28.61%
B=32.95%

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
Decimal1339911400.260.140.48333.5314.6645.49
Hex85637201AE3014ef2d
Octal20514316203216605161755
Binary100001011100011111001001101011101100001010011101111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #856372

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #856372; }

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

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

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

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

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

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

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

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