#9E5376

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

Shades of Mauve Taupe #9E5376

Tints of Mauve Taupe #9E5376

Color information

#9E5376 (or 0x9E5376) is unknown color: approx Mauve Taupe. HEX triplet: 9E, 53 and 76. RGB value is (158,83,118). Sum of RGB (Red+Green+Blue) = 158+83+118=359 (47% of max value = 765). Red value is 158 (62.11% from 255 or 44.01% from 359); Green value is 83 (32.81% from 255 or 23.12% from 359); Blue value is 118 (46.48% from 255 or 32.87% from 359); Max value from RGB is 158 - color contains mainly: red. Hex color #9E5376 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9E5376 is #61AC89. Grayscale: #6D6D6D. Windows color (decimal): -6401162 or 7754654. OLE color: 7754654.

HSL color Cylindrical-coordinate representation of color #9E5376: hue angle of 332º degrees, saturation: 0.31, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #9E5376 is Cyan = 0, Magento = 0.47, Yellow = 0.25 and Black (K on CMYK) = 0.38.

Color convert

RGB15883118-
CMYK00.470.250.38
HSL332º31.12%47.25%-
HSV(B)332º47.47%61.96%-
XYZ20.4614.7618.91-
YUV109.42132.85162.65-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 44.01%
GREEN value IS 83 (32.81% from 255) = 23.12%
BLUE value IS 118 (46.48% from 255) = 32.87%
R=44.01%
G=23.12%
B=32.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.25
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1588311800.470.250.3833231.1247.25
Hex9E537602F192614c1f2f
Octal23612316605731465143757
Binary100111101010011111011001011111100110011010100110011111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E5376

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9E5376; }

 p { color: rgb(158,83,118); }

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

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

 a { background-color: rgb(158,83,118); }

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

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

 span { border-color: rgb(158,83,118); }

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