Html Css Color HEX #9E5375 Mauve Taupe

📋 copy color: '#9E5375'

red 158 ◦ green 83 ◦ blue 117

#9E5375
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mauve Taupe #9E5375

Tints of Mauve Taupe #9E5375

RGB

 RED value IS 158 (62.11% from 255) = 44.13%

 GREEN value IS 83 (32.81% from 255) = 23.18%

 BLUE value IS 117 (46.09% from 255) = 32.68%

R = 44.13%
G = 23.18%
B = 32.68%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.26

 K value IS 0.38

RGB Variations

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

Color information

#9E5375 (or 0x9E5375) is known color: Mauve Taupe. HEX triplet: 9E, 53 and 75. RGB value is (158,83,117). Sum of RGB (Red+Green+Blue) = 158+83+117=358 (47% of max value = 765). Red value is 158 (62.11% from 255 or 44.13% from 358); Green value is 83 (32.81% from 255 or 23.18% from 358); Blue value is 117 (46.09% from 255 or 32.68% from 358); Max value from RGB is 158 - color contains mainly: red. Hex color #9E5375 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9E5375 is #61AC8A. Grayscale: #6D6D6D. Windows color (decimal): -6401163 or 7689118. OLE color: 7689118.

HSL color Cylindrical-coordinate representation of color #9E5375: hue angle of 332.8º 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 #9E5375 is Cyan = 0, Magento = 0.47, Yellow = 0.26 and Black (K on CMYK) = 0.38.

Color convert

RGB 158 83 117 -
CMYK 0 0.47 0.26 0.38
HSL 332.8º 0.31% 0.47% -
HSV(B) 332.8º 0.47% 0.62% -
XYZ 20.4 14.74 18.6 -
YUV 109.3 132.35 162.74 -
System Red Green Blue C M Y K H S L
Decimal 158 83 117 0 0.47 0.26 0.38 332.8 0.31 0.47
Hex 9E 53 75 0 2F 1A 26 14D 1F 2F
Octal 236 123 165 0 57 32 46 515 37 57
Binary 10011110 1010011 1110101 0 101111 11010 100110 101001101 11111 101111

Color Harmonies of #9E5375

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E5375

Black with #9E5375

Text Example


Text Example

White with #9E5375

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #9E5375;
 }
 .AnyTagClassName
 {
   color: #9E5375;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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