Html Css Color HEX #856172 Mauve Taupe

📋 copy color: '#856172'

red 133 ◦ green 97 ◦ blue 114

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

Shades of Mauve Taupe #856172

Tints of Mauve Taupe #856172

RGB

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

 GREEN value IS 97 (38.28% from 255) = 28.2%

 BLUE value IS 114 (44.92% from 255) = 33.14%

R = 38.66%
G = 28.2%
B = 33.14%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.14

 K value IS 0.48

RGB Variations

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

Color information

#856172 (or 0x856172) is known color: Mauve Taupe. HEX triplet: 85, 61 and 72. RGB value is (133,97,114). Sum of RGB (Red+Green+Blue) = 133+97+114=344 (45% of max value = 765). Red value is 133 (52.34% from 255 or 38.66% from 344); Green value is 97 (38.28% from 255 or 28.20% from 344); Blue value is 114 (44.92% from 255 or 33.14% from 344); Max value from RGB is 133 - color contains mainly: red. Hex color #856172 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #856172 is #7A9E8D. Grayscale: #6D6D6D. Windows color (decimal): -8035982 or 7496069. OLE color: 7496069.

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

Color convert

RGB 133 97 114 -
CMYK 0 0.27 0.14 0.48
HSL 331.67º 0.16% 0.45% -
HSV(B) 331.67º 0.27% 0.52% -
XYZ 16.98 14.75 17.87 -
YUV 109.7 130.43 144.62 -
System Red Green Blue C M Y K H S L
Decimal 133 97 114 0 0.27 0.14 0.48 331.67 0.16 0.45
Hex 85 61 72 0 1B E 30 14C 10 2D
Octal 205 141 162 0 33 16 60 514 20 55
Binary 10000101 1100001 1110010 0 11011 1110 110000 101001100 10000 101101

Color Harmonies of #856172

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #856172

Black with #856172

Text Example


Text Example

White with #856172

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #856172; }

 p { color: rgb(133,97,114); }

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

background-color css

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

 a { background-color: rgb(133,97,114); }

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

border-color css

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

 span { border-color: rgb(133,97,114); }

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