#935475

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

Shades of Mauve Taupe #935475

Tints of Mauve Taupe #935475

Color information

#935475 (or 0x935475) is unknown color: approx Mauve Taupe. HEX triplet: 93, 54 and 75. RGB value is (147,84,117). Sum of RGB (Red+Green+Blue) = 147+84+117=348 (46% of max value = 765). Red value is 147 (57.81% from 255 or 42.24% from 348); Green value is 84 (33.20% from 255 or 24.14% from 348); Blue value is 117 (46.09% from 255 or 33.62% from 348); Max value from RGB is 147 - color contains mainly: red. Hex color #935475 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #935475 is #6CAB8A. Grayscale: #6A6A6A. Windows color (decimal): -7121803 or 7689363. OLE color: 7689363.

HSL color Cylindrical-coordinate representation of color #935475: hue angle of 328.57º degrees, saturation: 0.27, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #935475 is Cyan = 0, Magento = 0.43, Yellow = 0.20 and Black (K on CMYK) = 0.42.

Color convert

RGB14784117-
CMYK00.430.200.42
HSL328.57º27.27%45.29%-
HSV(B)328.57º42.86%57.65%-
XYZ18.4113.8318.53-
YUV106.6133.87156.82-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 42.24%
GREEN value IS 84 (33.20% from 255) = 24.14%
BLUE value IS 117 (46.09% from 255) = 33.62%
R=42.24%
G=24.14%
B=33.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.20
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1478411700.430.200.42328.5727.2745.29
Hex93547502B142A1491b2d
Octal22312416505324525113355
Binary100100111010100111010101010111010010101010100100111011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #935475

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #935475; }

 p { color: rgb(147,84,117); }

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

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

 a { background-color: rgb(147,84,117); }

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

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

 span { border-color: rgb(147,84,117); }

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