#955872

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

Shades of Mauve Taupe #955872

Tints of Mauve Taupe #955872

Color information

#955872 (or 0x955872) is unknown color: approx Mauve Taupe. HEX triplet: 95, 58 and 72. RGB value is (149,88,114). Sum of RGB (Red+Green+Blue) = 149+88+114=351 (46% of max value = 765). Red value is 149 (58.59% from 255 or 42.45% from 351); Green value is 88 (34.77% from 255 or 25.07% from 351); Blue value is 114 (44.92% from 255 or 32.48% from 351); Max value from RGB is 149 - color contains mainly: red. Hex color #955872 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #955872 is #6AA78D. Grayscale: #6D6D6D. Windows color (decimal): -6989710 or 7493781. OLE color: 7493781.

HSL color Cylindrical-coordinate representation of color #955872: hue angle of 334.43º degrees, saturation: 0.26, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #955872 is Cyan = 0, Magento = 0.41, Yellow = 0.23 and Black (K on CMYK) = 0.42.

Color convert

RGB14988114-
CMYK00.410.230.42
HSL334.43º25.74%46.47%-
HSV(B)334.43º40.94%58.43%-
XYZ18.9214.5817.74-
YUV109.2130.71156.39-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 42.45%
GREEN value IS 88 (34.77% from 255) = 25.07%
BLUE value IS 114 (44.92% from 255) = 32.48%
R=42.45%
G=25.07%
B=32.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.23
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1498811400.410.230.42334.4325.7446.47
Hex955872029172A14e1a2e
Octal22513016205127525163256
Binary100101011011000111001001010011011110101010100111011010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #955872

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #955872; }

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

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

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

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

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

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

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

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