Html Css Color HEX #856973 Mauve Taupe

📋 copy color: '#856973'

red 133 ◦ green 105 ◦ blue 115

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

Shades of Mauve Taupe #856973

Tints of Mauve Taupe #856973

RGB

 RED value IS 133 (52.34% from 255) = 37.68%

 GREEN value IS 105 (41.41% from 255) = 29.75%

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

R = 37.68%
G = 29.75%
B = 32.58%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.14

 K value IS 0.48

RGB Variations

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

Color information

#856973 (or 0x856973) is known color: Mauve Taupe. HEX triplet: 85, 69 and 73. RGB value is (133,105,115). Sum of RGB (Red+Green+Blue) = 133+105+115=353 (46% of max value = 765). Red value is 133 (52.34% from 255 or 37.68% from 353); Green value is 105 (41.41% from 255 or 29.75% from 353); Blue value is 115 (45.31% from 255 or 32.58% from 353); Max value from RGB is 133 - color contains mainly: red. Hex color #856973 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #856973 is #7A968C. Grayscale: #727272. Windows color (decimal): -8033933 or 7563653. OLE color: 7563653.

HSL color Cylindrical-coordinate representation of color #856973: hue angle of 338.57º degrees, saturation: 0.12, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #856973 is Cyan = 0, Magento = 0.21, Yellow = 0.14 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 105 115 -
CMYK 0 0.21 0.14 0.48
HSL 338.57º 0.12% 0.47% -
HSV(B) 338.57º 0.21% 0.52% -
XYZ 17.82 16.33 18.43 -
YUV 114.51 128.28 141.19 -
System Red Green Blue C M Y K H S L
Decimal 133 105 115 0 0.21 0.14 0.48 338.57 0.12 0.47
Hex 85 69 73 0 15 E 30 153 C 2F
Octal 205 151 163 0 25 16 60 523 14 57
Binary 10000101 1101001 1110011 0 10101 1110 110000 101010011 1100 101111

Color Harmonies of #856973

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #856973

Black with #856973

Text Example


Text Example

White with #856973

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #856973; }

 p { color: rgb(133,105,115); }

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

background-color css

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

 a { background-color: rgb(133,105,115); }

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

border-color css

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

 span { border-color: rgb(133,105,115); }

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