Html Css Color HEX #856372 Mauve Taupe

📋 copy color: '#856372'

red 133 ◦ green 99 ◦ blue 114

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

Shades of Mauve Taupe #856372

Tints of Mauve Taupe #856372

RGB

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

 GREEN value IS 99 (39.06% from 255) = 28.61%

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

R = 38.44%
G = 28.61%
B = 32.95%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.14

 K value IS 0.48

RGB Variations

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

Color information

#856372 (or 0x856372) is known color: Mauve Taupe. HEX triplet: 85, 63 and 72. RGB value is (133,99,114). Sum of RGB (Red+Green+Blue) = 133+99+114=346 (45% of max value = 765). Red value is 133 (52.34% from 255 or 38.44% from 346); Green value is 99 (39.06% from 255 or 28.61% from 346); Blue value is 114 (44.92% from 255 or 32.95% from 346); Max value from RGB is 133 - color contains mainly: red. Hex color #856372 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #856372 is #7A9C8D. Grayscale: #6E6E6E. Windows color (decimal): -8035470 or 7496581. OLE color: 7496581.

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

Color convert

RGB 133 99 114 -
CMYK 0 0.26 0.14 0.48
HSL 333.53º 0.15% 0.45% -
HSV(B) 333.53º 0.26% 0.52% -
XYZ 17.17 15.13 17.93 -
YUV 110.88 129.76 143.78 -
System Red Green Blue C M Y K H S L
Decimal 133 99 114 0 0.26 0.14 0.48 333.53 0.15 0.45
Hex 85 63 72 0 1A E 30 14E F 2D
Octal 205 143 162 0 32 16 60 516 17 55
Binary 10000101 1100011 1110010 0 11010 1110 110000 101001110 1111 101101

Color Harmonies of #856372

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #856372

Black with #856372

Text Example


Text Example

White with #856372

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #856372; }

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

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

background-color css

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

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

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

border-color css

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

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

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