Html Css Color HEX #885D73 Mauve Taupe

📋 copy color: '#885D73'

red 136 ◦ green 93 ◦ blue 115

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

Shades of Mauve Taupe #885D73

Tints of Mauve Taupe #885D73

RGB

 RED value IS 136 (53.52% from 255) = 39.53%

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

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

R = 39.53%
G = 27.03%
B = 33.43%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.15

 K value IS 0.47

RGB Variations

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

Color information

#885D73 (or 0x885D73) is known color: Mauve Taupe. HEX triplet: 88, 5D and 73. RGB value is (136,93,115). Sum of RGB (Red+Green+Blue) = 136+93+115=344 (45% of max value = 765). Red value is 136 (53.52% from 255 or 39.53% from 344); Green value is 93 (36.72% from 255 or 27.03% from 344); Blue value is 115 (45.31% from 255 or 33.43% from 344); Max value from RGB is 136 - color contains mainly: red. Hex color #885D73 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #885D73 is #77A28C. Grayscale: #6C6C6C. Windows color (decimal): -7840397 or 7560584. OLE color: 7560584.

HSL color Cylindrical-coordinate representation of color #885D73: hue angle of 329.3º degrees, saturation: 0.19, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #885D73 is Cyan = 0, Magento = 0.32, Yellow = 0.15 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 93 115 -
CMYK 0 0.32 0.15 0.47
HSL 329.3º 0.19% 0.45% -
HSV(B) 329.3º 0.32% 0.53% -
XYZ 17.16 14.3 18.08 -
YUV 108.37 131.75 147.71 -
System Red Green Blue C M Y K H S L
Decimal 136 93 115 0 0.32 0.15 0.47 329.3 0.19 0.45
Hex 88 5D 73 0 20 F 2F 149 13 2D
Octal 210 135 163 0 40 17 57 511 23 55
Binary 10001000 1011101 1110011 0 100000 1111 101111 101001001 10011 101101

Color Harmonies of #885D73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #885D73

Black with #885D73

Text Example


Text Example

White with #885D73

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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