#925D72

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

Shades of Mauve Taupe #925D72

Tints of Mauve Taupe #925D72

Color information

#925D72 (or 0x925D72) is unknown color: approx Mauve Taupe. HEX triplet: 92, 5D and 72. RGB value is (146,93,114). Sum of RGB (Red+Green+Blue) = 146+93+114=353 (46% of max value = 765). Red value is 146 (57.42% from 255 or 41.36% from 353); Green value is 93 (36.72% from 255 or 26.35% from 353); Blue value is 114 (44.92% from 255 or 32.29% from 353); Max value from RGB is 146 - color contains mainly: red. Hex color #925D72 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #925D72 is #6DA28D. Grayscale: #6F6F6F. Windows color (decimal): -7185038 or 7495058. OLE color: 7495058.

HSL color Cylindrical-coordinate representation of color #925D72: hue angle of 336.23º degrees, saturation: 0.22, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #925D72 is Cyan = 0, Magento = 0.36, Yellow = 0.22 and Black (K on CMYK) = 0.43.

Color convert

RGB14693114-
CMYK00.360.220.43
HSL336.23º22.18%46.86%-
HSV(B)336.23º36.3%57.25%-
XYZ18.8115.1517.85-
YUV111.24129.56152.79-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 41.36%
GREEN value IS 93 (36.72% from 255) = 26.35%
BLUE value IS 114 (44.92% from 255) = 32.29%
R=41.36%
G=26.35%
B=32.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.22
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1469311400.360.220.43336.2322.1846.86
Hex925D72024162B150162f
Octal22213516204426535202657
Binary100100101011101111001001001001011010101110101000010110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #925D72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #925D72; }

 p { color: rgb(146,93,114); }

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

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

 a { background-color: rgb(146,93,114); }

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

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

 span { border-color: rgb(146,93,114); }

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