Html Css Color HEX #856972 Mauve Taupe

📋 copy color: '#856972'

red 133 ◦ green 105 ◦ blue 114

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

Shades of Mauve Taupe #856972

Tints of Mauve Taupe #856972

RGB

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

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

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

R = 37.78%
G = 29.83%
B = 32.39%

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

#856972 (or 0x856972) is known color: Mauve Taupe. HEX triplet: 85, 69 and 72. RGB value is (133,105,114). Sum of RGB (Red+Green+Blue) = 133+105+114=352 (46% of max value = 765). Red value is 133 (52.34% from 255 or 37.78% from 352); Green value is 105 (41.41% from 255 or 29.83% from 352); Blue value is 114 (44.92% from 255 or 32.39% from 352); Max value from RGB is 133 - color contains mainly: red. Hex color #856972 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #856972 is #7A968D. Grayscale: #727272. Windows color (decimal): -8033934 or 7498117. OLE color: 7498117.

HSL color Cylindrical-coordinate representation of color #856972: hue angle of 340.71º 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 #856972 is Cyan = 0, Magento = 0.21, Yellow = 0.14 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 105 114 -
CMYK 0 0.21 0.14 0.48
HSL 340.71º 0.12% 0.47% -
HSV(B) 340.71º 0.21% 0.52% -
XYZ 17.76 16.3 18.13 -
YUV 114.4 127.78 141.27 -
System Red Green Blue C M Y K H S L
Decimal 133 105 114 0 0.21 0.14 0.48 340.71 0.12 0.47
Hex 85 69 72 0 15 E 30 155 C 2F
Octal 205 151 162 0 25 16 60 525 14 57
Binary 10000101 1101001 1110010 0 10101 1110 110000 101010101 1100 101111

Color Harmonies of #856972

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #856972

Black with #856972

Text Example


Text Example

White with #856972

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #856972; }

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

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

background-color css

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

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

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

border-color css

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

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

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