#935B72

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

Shades of Mauve Taupe #935B72

Tints of Mauve Taupe #935B72

Color information

#935B72 (or 0x935B72) is unknown color: approx Mauve Taupe. HEX triplet: 93, 5B and 72. RGB value is (147,91,114). Sum of RGB (Red+Green+Blue) = 147+91+114=352 (46% of max value = 765). Red value is 147 (57.81% from 255 or 41.76% from 352); Green value is 91 (35.94% from 255 or 25.85% from 352); Blue value is 114 (44.92% from 255 or 32.39% from 352); Max value from RGB is 147 - color contains mainly: red. Hex color #935B72 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #935B72 is #6CA48D. Grayscale: #6E6E6E. Windows color (decimal): -7120014 or 7494547. OLE color: 7494547.

HSL color Cylindrical-coordinate representation of color #935B72: hue angle of 335.36º degrees, saturation: 0.24, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #935B72 is Cyan = 0, Magento = 0.38, Yellow = 0.22 and Black (K on CMYK) = 0.42.

Color convert

RGB14791114-
CMYK00.380.220.42
HSL335.36º23.53%46.67%-
HSV(B)335.36º38.1%57.65%-
XYZ18.8114.917.8-
YUV110.37130.05154.13-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 41.76%
GREEN value IS 91 (35.94% from 255) = 25.85%
BLUE value IS 114 (44.92% from 255) = 32.39%
R=41.76%
G=25.85%
B=32.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.22
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1479111400.380.220.42335.3623.5346.67
Hex935B72026162A14f182f
Octal22313316204626525173057
Binary100100111011011111001001001101011010101010100111111000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #935B72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #935B72; }

 p { color: rgb(147,91,114); }

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

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

 a { background-color: rgb(147,91,114); }

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

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

 span { border-color: rgb(147,91,114); }

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