Html Css Color HEX #846372 Mauve Taupe

📋 copy color: '#846372'

red 132 ◦ green 99 ◦ blue 114

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

Shades of Mauve Taupe #846372

Tints of Mauve Taupe #846372

RGB

 RED value IS 132 (51.95% from 255) = 38.26%

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

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

R = 38.26%
G = 28.7%
B = 33.04%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.14

 K value IS 0.48

RGB Variations

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

Color information

#846372 (or 0x846372) is known color: Mauve Taupe. HEX triplet: 84, 63 and 72. RGB value is (132,99,114). Sum of RGB (Red+Green+Blue) = 132+99+114=345 (45% of max value = 765). Red value is 132 (51.95% from 255 or 38.26% from 345); Green value is 99 (39.06% from 255 or 28.70% from 345); Blue value is 114 (44.92% from 255 or 33.04% from 345); Max value from RGB is 132 - color contains mainly: red. Hex color #846372 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #846372 is #7B9C8D. Grayscale: #6E6E6E. Windows color (decimal): -8101006 or 7496580. OLE color: 7496580.

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

Color convert

RGB 132 99 114 -
CMYK 0 0.25 0.14 0.48
HSL 332.73º 0.14% 0.45% -
HSV(B) 332.73º 0.25% 0.52% -
XYZ 17.01 15.04 17.93 -
YUV 110.58 129.93 143.28 -
System Red Green Blue C M Y K H S L
Decimal 132 99 114 0 0.25 0.14 0.48 332.73 0.14 0.45
Hex 84 63 72 0 19 E 30 14D E 2D
Octal 204 143 162 0 31 16 60 515 16 55
Binary 10000100 1100011 1110010 0 11001 1110 110000 101001101 1110 101101

Color Harmonies of #846372

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #846372

Black with #846372

Text Example


Text Example

White with #846372

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #846372; }

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

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

background-color css

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

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

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

border-color css

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

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

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