#856273

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

Shades of Mauve Taupe #856273

Tints of Mauve Taupe #856273

Color information

#856273 (or 0x856273) is unknown color: approx Mauve Taupe. HEX triplet: 85, 62 and 73. RGB value is (133,98,115). Sum of RGB (Red+Green+Blue) = 133+98+115=346 (45% of max value = 765). Red value is 133 (52.34% from 255 or 38.44% from 346); Green value is 98 (38.67% from 255 or 28.32% from 346); Blue value is 115 (45.31% from 255 or 33.24% from 346); Max value from RGB is 133 - color contains mainly: red. Hex color #856273 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #856273 is #7A9D8C. Grayscale: #6E6E6E. Windows color (decimal): -8035725 or 7561861. OLE color: 7561861.

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

Color convert

RGB13398115-
CMYK00.260.140.48
HSL330.86º15.15%45.29%-
HSV(B)330.86º26.32%52.16%-
XYZ17.1414.9618.2-
YUV110.4130.6144.12-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 38.44%
GREEN value IS 98 (38.67% from 255) = 28.32%
BLUE value IS 115 (45.31% from 255) = 33.24%
R=38.44%
G=28.32%
B=33.24%

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
Decimal1339811500.260.140.48330.8615.1545.29
Hex85627301AE3014bf2d
Octal20514216303216605131755
Binary100001011100010111001101101011101100001010010111111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #856273

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #856273; }

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

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

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

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

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

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

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

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