#836872

Color #836872 Mauve Taupe (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mauve Taupe #836872

Tints of Mauve Taupe #836872

Color information

#836872 (or 0x836872) is unknown color: approx Mauve Taupe. HEX triplet: 83, 68 and 72. RGB value is (131,104,114). Sum of RGB (Red+Green+Blue) = 131+104+114=349 (46% of max value = 765). Red value is 131 (51.56% from 255 or 37.54% from 349); Green value is 104 (41.02% from 255 or 29.80% from 349); Blue value is 114 (44.92% from 255 or 32.66% from 349); Max value from RGB is 131 - color contains mainly: red. Hex color #836872 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #836872 is #7C978D. Grayscale: #717171. Windows color (decimal): -8165262 or 7497859. OLE color: 7497859.

HSL color Cylindrical-coordinate representation of color #836872: hue angle of 337.78º degrees, saturation: 0.11, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #836872 is Cyan = 0, Magento = 0.21, Yellow = 0.13 and Black (K on CMYK) = 0.49.

Color convert

RGB131104114-
CMYK00.210.130.49
HSL337.78º11.49%46.08%-
HSV(B)337.78º20.61%51.37%-
XYZ17.3515.9418.08-
YUV113.21128.45140.69-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 37.54%
GREEN value IS 104 (41.02% from 255) = 29.80%
BLUE value IS 114 (44.92% from 255) = 32.66%
R=37.54%
G=29.80%
B=32.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.13
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal13110411400.210.130.49337.7811.4946.08
Hex836872015D31152b2e
Octal20315016202515615221356
Binary100000111101000111001001010111011100011010100101011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #836872

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #836872; }

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

 H1.HeaderClassName
 {
   color: #836872;
 }
 .AnyTagClassName
 {
   color: #836872;
 }
</style>
background-color css

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

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

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

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

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

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