Html Css Color HEX #846272 Mauve Taupe

📋 copy color: '#846272'

red 132 ◦ green 98 ◦ blue 114

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

Shades of Mauve Taupe #846272

Tints of Mauve Taupe #846272

RGB

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

 GREEN value IS 98 (38.67% from 255) = 28.49%

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

R = 38.37%
G = 28.49%
B = 33.14%

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

#846272 (or 0x846272) is known color: Mauve Taupe. HEX triplet: 84, 62 and 72. RGB value is (132,98,114). Sum of RGB (Red+Green+Blue) = 132+98+114=344 (45% of max value = 765). Red value is 132 (51.95% from 255 or 38.37% from 344); Green value is 98 (38.67% from 255 or 28.49% from 344); Blue value is 114 (44.92% from 255 or 33.14% from 344); Max value from RGB is 132 - color contains mainly: red. Hex color #846272 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #846272 is #7B9D8D. Grayscale: #6D6D6D. Windows color (decimal): -8101262 or 7496324. OLE color: 7496324.

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

Color convert

RGB 132 98 114 -
CMYK 0 0.26 0.14 0.48
HSL 331.76º 0.15% 0.45% -
HSV(B) 331.76º 0.26% 0.52% -
XYZ 16.92 14.86 17.9 -
YUV 109.99 130.26 143.7 -
System Red Green Blue C M Y K H S L
Decimal 132 98 114 0 0.26 0.14 0.48 331.76 0.15 0.45
Hex 84 62 72 0 1A E 30 14C F 2D
Octal 204 142 162 0 32 16 60 514 17 55
Binary 10000100 1100010 1110010 0 11010 1110 110000 101001100 1111 101101

Color Harmonies of #846272

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #846272

Black with #846272

Text Example


Text Example

White with #846272

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #846272; }

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

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

background-color css

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

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

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

border-color css

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

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

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