Html Css Color HEX #856872 Mauve Taupe

📋 copy color: '#856872'

red 133 ◦ green 104 ◦ blue 114

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

Shades of Mauve Taupe #856872

Tints of Mauve Taupe #856872

RGB

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

 GREEN value IS 104 (41.02% from 255) = 29.63%

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

R = 37.89%
G = 29.63%
B = 32.48%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.14

 K value IS 0.48

RGB Variations

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

Color information

#856872 (or 0x856872) is known color: Mauve Taupe. HEX triplet: 85, 68 and 72. RGB value is (133,104,114). Sum of RGB (Red+Green+Blue) = 133+104+114=351 (46% of max value = 765). Red value is 133 (52.34% from 255 or 37.89% from 351); Green value is 104 (41.02% from 255 or 29.63% from 351); Blue value is 114 (44.92% from 255 or 32.48% from 351); Max value from RGB is 133 - color contains mainly: red. Hex color #856872 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #856872 is #7A978D. Grayscale: #717171. Windows color (decimal): -8034190 or 7497861. OLE color: 7497861.

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

Color convert

RGB 133 104 114 -
CMYK 0 0.22 0.14 0.48
HSL 339.31º 0.12% 0.46% -
HSV(B) 339.31º 0.22% 0.52% -
XYZ 17.66 16.1 18.1 -
YUV 113.81 128.11 141.69 -
System Red Green Blue C M Y K H S L
Decimal 133 104 114 0 0.22 0.14 0.48 339.31 0.12 0.46
Hex 85 68 72 0 16 E 30 153 C 2E
Octal 205 150 162 0 26 16 60 523 14 56
Binary 10000101 1101000 1110010 0 10110 1110 110000 101010011 1100 101110

Color Harmonies of #856872

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #856872

Black with #856872

Text Example


Text Example

White with #856872

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #856872; }

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

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

background-color css

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

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

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

border-color css

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

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

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