#836372

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

Shades of Mauve Taupe #836372

Tints of Mauve Taupe #836372

Color information

#836372 (or 0x836372) is unknown color: approx Mauve Taupe. HEX triplet: 83, 63 and 72. RGB value is (131,99,114). Sum of RGB (Red+Green+Blue) = 131+99+114=344 (45% of max value = 765). Red value is 131 (51.56% from 255 or 38.08% from 344); Green value is 99 (39.06% from 255 or 28.78% from 344); Blue value is 114 (44.92% from 255 or 33.14% from 344); Max value from RGB is 131 - color contains mainly: red. Hex color #836372 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #836372 is #7C9C8D. Grayscale: #6E6E6E. Windows color (decimal): -8166542 or 7496579. OLE color: 7496579.

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

Color convert

RGB13199114-
CMYK00.240.130.49
HSL331.88º13.91%45.1%-
HSV(B)331.88º24.43%51.37%-
XYZ16.8614.9617.92-
YUV110.28130.1142.78-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 38.08%
GREEN value IS 99 (39.06% from 255) = 28.78%
BLUE value IS 114 (44.92% from 255) = 33.14%
R=38.08%
G=28.78%
B=33.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.13
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1319911400.240.130.49331.8813.9145.1
Hex836372018D3114ce2d
Octal20314316203015615141655
Binary100000111100011111001001100011011100011010011001110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #836372

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #836372; }

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

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

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

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

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

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

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

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