#925572

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

Shades of Mauve Taupe #925572

Tints of Mauve Taupe #925572

Color information

#925572 (or 0x925572) is unknown color: approx Mauve Taupe. HEX triplet: 92, 55 and 72. RGB value is (146,85,114). Sum of RGB (Red+Green+Blue) = 146+85+114=345 (45% of max value = 765). Red value is 146 (57.42% from 255 or 42.32% from 345); Green value is 85 (33.59% from 255 or 24.64% from 345); Blue value is 114 (44.92% from 255 or 33.04% from 345); Max value from RGB is 146 - color contains mainly: red. Hex color #925572 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #925572 is #6DAA8D. Grayscale: #6A6A6A. Windows color (decimal): -7187086 or 7493010. OLE color: 7493010.

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

Color convert

RGB14685114-
CMYK00.420.220.43
HSL331.48º26.41%45.29%-
HSV(B)331.48º41.78%57.25%-
XYZ18.1413.8217.63-
YUV106.54132.21156.14-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 42.32%
GREEN value IS 85 (33.59% from 255) = 24.64%
BLUE value IS 114 (44.92% from 255) = 33.04%
R=42.32%
G=24.64%
B=33.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.22
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1468511400.420.220.43331.4826.4145.29
Hex92557202A162B14b1a2d
Octal22212516205226535133255
Binary100100101010101111001001010101011010101110100101111010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #925572

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #925572; }

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

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

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

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

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

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

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

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