#925872

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

Shades of Mauve Taupe #925872

Tints of Mauve Taupe #925872

Color information

#925872 (or 0x925872) is unknown color: approx Mauve Taupe. HEX triplet: 92, 58 and 72. RGB value is (146,88,114). Sum of RGB (Red+Green+Blue) = 146+88+114=348 (46% of max value = 765). Red value is 146 (57.42% from 255 or 41.95% from 348); Green value is 88 (34.77% from 255 or 25.29% from 348); Blue value is 114 (44.92% from 255 or 32.76% from 348); Max value from RGB is 146 - color contains mainly: red. Hex color #925872 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #925872 is #6DA78D. Grayscale: #6C6C6C. Windows color (decimal): -7186318 or 7493778. OLE color: 7493778.

HSL color Cylindrical-coordinate representation of color #925872: hue angle of 333.1º degrees, saturation: 0.25, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #925872 is Cyan = 0, Magento = 0.40, Yellow = 0.22 and Black (K on CMYK) = 0.43.

Color convert

RGB14688114-
CMYK00.400.220.43
HSL333.1º24.79%45.88%-
HSV(B)333.1º39.73%57.25%-
XYZ18.3814.3117.71-
YUV108.31131.22154.89-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 41.95%
GREEN value IS 88 (34.77% from 255) = 25.29%
BLUE value IS 114 (44.92% from 255) = 32.76%
R=41.95%
G=25.29%
B=32.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.22
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1468811400.400.220.43333.124.7945.88
Hex925872028162B14d192e
Octal22213016205026535153156
Binary100100101011000111001001010001011010101110100110111001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #925872

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #925872; }

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

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

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

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

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

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

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

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