Html Css Color HEX #935E73 Mauve Taupe

📋 copy color: '#935E73'

red 147 ◦ green 94 ◦ blue 115

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

Shades of Mauve Taupe #935E73

Tints of Mauve Taupe #935E73

RGB

 RED value IS 147 (57.81% from 255) = 41.29%

 GREEN value IS 94 (37.11% from 255) = 26.4%

 BLUE value IS 115 (45.31% from 255) = 32.3%

R = 41.29%
G = 26.4%
B = 32.3%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.22

 K value IS 0.42

RGB Variations

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

Color information

#935E73 (or 0x935E73) is known color: Mauve Taupe. HEX triplet: 93, 5E and 73. RGB value is (147,94,115). Sum of RGB (Red+Green+Blue) = 147+94+115=356 (47% of max value = 765). Red value is 147 (57.81% from 255 or 41.29% from 356); Green value is 94 (37.11% from 255 or 26.40% from 356); Blue value is 115 (45.31% from 255 or 32.30% from 356); Max value from RGB is 147 - color contains mainly: red. Hex color #935E73 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #935E73 is #6CA18C. Grayscale: #707070. Windows color (decimal): -7119245 or 7560851. OLE color: 7560851.

HSL color Cylindrical-coordinate representation of color #935E73: hue angle of 336.23º degrees, saturation: 0.22, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #935E73 is Cyan = 0, Magento = 0.36, Yellow = 0.22 and Black (K on CMYK) = 0.42.

Color convert

RGB 147 94 115 -
CMYK 0 0.36 0.22 0.42
HSL 336.23º 0.22% 0.47% -
HSV(B) 336.23º 0.36% 0.58% -
XYZ 19.13 15.45 18.19 -
YUV 112.24 129.56 152.79 -
System Red Green Blue C M Y K H S L
Decimal 147 94 115 0 0.36 0.22 0.42 336.23 0.22 0.47
Hex 93 5E 73 0 24 16 2A 150 16 2F
Octal 223 136 163 0 44 26 52 520 26 57
Binary 10010011 1011110 1110011 0 100100 10110 101010 101010000 10110 101111

Color Harmonies of #935E73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #935E73

Black with #935E73

Text Example


Text Example

White with #935E73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #935E73; }

 p { color: rgb(147,94,115); }

 H1.HeaderClassName
 {
   color: #935E73;
 }
 .AnyTagClassName
 {
   color: #935E73;
 }
</style>

background-color css

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

 a { background-color: rgb(147,94,115); }

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

border-color css

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

 span { border-color: rgb(147,94,115); }

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