Html Css Color HEX #935872 Mauve Taupe

📋 copy color: '#935872'

red 147 ◦ green 88 ◦ blue 114

#935872
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mauve Taupe #935872

Tints of Mauve Taupe #935872

RGB

 RED value IS 147 (57.81% from 255) = 42.12%

 GREEN value IS 88 (34.77% from 255) = 25.21%

 BLUE value IS 114 (44.92% from 255) = 32.66%

R = 42.12%
G = 25.21%
B = 32.66%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.22

 K value IS 0.42

RGB Variations

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

Color information

#935872 (or 0x935872) is known color: Mauve Taupe. HEX triplet: 93, 58 and 72. RGB value is (147,88,114). Sum of RGB (Red+Green+Blue) = 147+88+114=349 (46% of max value = 765). Red value is 147 (57.81% from 255 or 42.12% from 349); Green value is 88 (34.77% from 255 or 25.21% from 349); Blue value is 114 (44.92% from 255 or 32.66% from 349); Max value from RGB is 147 - color contains mainly: red. Hex color #935872 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #935872 is #6CA78D. Grayscale: #6C6C6C. Windows color (decimal): -7120782 or 7493779. OLE color: 7493779.

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

Color convert

RGB 147 88 114 -
CMYK 0 0.40 0.22 0.42
HSL 333.56º 0.25% 0.46% -
HSV(B) 333.56º 0.4% 0.58% -
XYZ 18.56 14.4 17.72 -
YUV 108.61 131.05 155.39 -
System Red Green Blue C M Y K H S L
Decimal 147 88 114 0 0.40 0.22 0.42 333.56 0.25 0.46
Hex 93 58 72 0 28 16 2A 14E 19 2E
Octal 223 130 162 0 50 26 52 516 31 56
Binary 10010011 1011000 1110010 0 101000 10110 101010 101001110 11001 101110

Color Harmonies of #935872

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #935872

Black with #935872

Text Example


Text Example

White with #935872

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #935872; }

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

 H1.HeaderClassName
 {
   color: #935872;
 }
 .AnyTagClassName
 {
   color: #935872;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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