Html Css Color HEX #856572 Mauve Taupe

📋 copy color: '#856572'

red 133 ◦ green 101 ◦ blue 114

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

Shades of Mauve Taupe #856572

Tints of Mauve Taupe #856572

RGB

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

 GREEN value IS 101 (39.84% from 255) = 29.02%

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

R = 38.22%
G = 29.02%
B = 32.76%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.14

 K value IS 0.48

RGB Variations

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

Color information

#856572 (or 0x856572) is known color: Mauve Taupe. HEX triplet: 85, 65 and 72. RGB value is (133,101,114). Sum of RGB (Red+Green+Blue) = 133+101+114=348 (46% of max value = 765). Red value is 133 (52.34% from 255 or 38.22% from 348); Green value is 101 (39.84% from 255 or 29.02% from 348); Blue value is 114 (44.92% from 255 or 32.76% from 348); Max value from RGB is 133 - color contains mainly: red. Hex color #856572 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #856572 is #7A9A8D. Grayscale: #707070. Windows color (decimal): -8034958 or 7497093. OLE color: 7497093.

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

Color convert

RGB 133 101 114 -
CMYK 0 0.24 0.14 0.48
HSL 335.63º 0.14% 0.46% -
HSV(B) 335.63º 0.24% 0.52% -
XYZ 17.36 15.51 18 -
YUV 112.05 129.1 142.94 -
System Red Green Blue C M Y K H S L
Decimal 133 101 114 0 0.24 0.14 0.48 335.63 0.14 0.46
Hex 85 65 72 0 18 E 30 150 E 2E
Octal 205 145 162 0 30 16 60 520 16 56
Binary 10000101 1100101 1110010 0 11000 1110 110000 101010000 1110 101110

Color Harmonies of #856572

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #856572

Black with #856572

Text Example


Text Example

White with #856572

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #856572; }

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

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

background-color css

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

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

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

border-color css

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

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

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