Html Css Color HEX #945D73 Mauve Taupe

📋 copy color: '#945D73'

red 148 ◦ green 93 ◦ blue 115

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

Shades of Mauve Taupe #945D73

Tints of Mauve Taupe #945D73

RGB

 RED value IS 148 (58.2% from 255) = 41.57%

 GREEN value IS 93 (36.72% from 255) = 26.12%

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

R = 41.57%
G = 26.12%
B = 32.3%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.22

 K value IS 0.42

RGB Variations

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

Color information

#945D73 (or 0x945D73) is known color: Mauve Taupe. HEX triplet: 94, 5D and 73. RGB value is (148,93,115). Sum of RGB (Red+Green+Blue) = 148+93+115=356 (47% of max value = 765). Red value is 148 (58.20% from 255 or 41.57% from 356); Green value is 93 (36.72% from 255 or 26.12% from 356); Blue value is 115 (45.31% from 255 or 32.30% from 356); Max value from RGB is 148 - color contains mainly: red. Hex color #945D73 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #945D73 is #6BA28C. Grayscale: #6F6F6F. Windows color (decimal): -7053965 or 7560596. OLE color: 7560596.

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

Color convert

RGB 148 93 115 -
CMYK 0 0.37 0.22 0.42
HSL 336º 0.23% 0.47% -
HSV(B) 336º 0.37% 0.58% -
XYZ 19.22 15.36 18.17 -
YUV 111.95 129.72 153.71 -
System Red Green Blue C M Y K H S L
Decimal 148 93 115 0 0.37 0.22 0.42 336 0.23 0.47
Hex 94 5D 73 0 25 16 2A 150 17 2F
Octal 224 135 163 0 45 26 52 520 27 57
Binary 10010100 1011101 1110011 0 100101 10110 101010 101010000 10111 101111

Color Harmonies of #945D73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #945D73

Black with #945D73

Text Example


Text Example

White with #945D73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #945D73; }

 p { color: rgb(148,93,115); }

 H1.HeaderClassName
 {
   color: #945D73;
 }
 .AnyTagClassName
 {
   color: #945D73;
 }
</style>

background-color css

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

 a { background-color: rgb(148,93,115); }

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

border-color css

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

 span { border-color: rgb(148,93,115); }

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