#856272

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

Shades of Mauve Taupe #856272

Tints of Mauve Taupe #856272

Color information

#856272 (or 0x856272) is unknown color: approx Mauve Taupe. HEX triplet: 85, 62 and 72. RGB value is (133,98,114). Sum of RGB (Red+Green+Blue) = 133+98+114=345 (45% of max value = 765). Red value is 133 (52.34% from 255 or 38.55% from 345); Green value is 98 (38.67% from 255 or 28.41% from 345); Blue value is 114 (44.92% from 255 or 33.04% from 345); Max value from RGB is 133 - color contains mainly: red. Hex color #856272 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #856272 is #7A9D8D. Grayscale: #6E6E6E. Windows color (decimal): -8035726 or 7496325. OLE color: 7496325.

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

Color convert

RGB13398114-
CMYK00.260.140.48
HSL332.57º15.15%45.29%-
HSV(B)332.57º26.32%52.16%-
XYZ17.0814.9417.9-
YUV110.29130.1144.2-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 38.55%
GREEN value IS 98 (38.67% from 255) = 28.41%
BLUE value IS 114 (44.92% from 255) = 33.04%
R=38.55%
G=28.41%
B=33.04%

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
Decimal1339811400.260.140.48332.5715.1545.29
Hex85627201AE3014df2d
Octal20514216203216605151755
Binary100001011100010111001001101011101100001010011011111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #856272

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #856272; }

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

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

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

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

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

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

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

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