Html Css Color HEX #925873 Mauve Taupe

📋 copy color: '#925873'

red 146 ◦ green 88 ◦ blue 115

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

Shades of Mauve Taupe #925873

Tints of Mauve Taupe #925873

RGB

 RED value IS 146 (57.42% from 255) = 41.83%

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

 BLUE value IS 115 (45.31% from 255) = 32.95%

R = 41.83%
G = 25.21%
B = 32.95%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.21

 K value IS 0.43

RGB Variations

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

Color information

#925873 (or 0x925873) is known color: Mauve Taupe. HEX triplet: 92, 58 and 73. RGB value is (146,88,115). Sum of RGB (Red+Green+Blue) = 146+88+115=349 (46% of max value = 765). Red value is 146 (57.42% from 255 or 41.83% from 349); Green value is 88 (34.77% from 255 or 25.21% from 349); Blue value is 115 (45.31% from 255 or 32.95% from 349); Max value from RGB is 146 - color contains mainly: red. Hex color #925873 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #925873 is #6DA78C. Grayscale: #6C6C6C. Windows color (decimal): -7186317 or 7559314. OLE color: 7559314.

HSL color Cylindrical-coordinate representation of color #925873: hue angle of 332.07º 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 #925873 is Cyan = 0, Magento = 0.40, Yellow = 0.21 and Black (K on CMYK) = 0.43.

Color convert

RGB 146 88 115 -
CMYK 0 0.40 0.21 0.43
HSL 332.07º 0.25% 0.46% -
HSV(B) 332.07º 0.4% 0.57% -
XYZ 18.44 14.33 18.01 -
YUV 108.42 131.72 154.8 -
System Red Green Blue C M Y K H S L
Decimal 146 88 115 0 0.40 0.21 0.43 332.07 0.25 0.46
Hex 92 58 73 0 28 15 2B 14C 19 2E
Octal 222 130 163 0 50 25 53 514 31 56
Binary 10010010 1011000 1110011 0 101000 10101 101011 101001100 11001 101110

Color Harmonies of #925873

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #925873

Black with #925873

Text Example


Text Example

White with #925873

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #925873; }

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

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

background-color css

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

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

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

border-color css

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

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

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