Html Css Color HEX #925D73 Mauve Taupe

📋 copy color: '#925D73'

red 146 ◦ green 93 ◦ blue 115

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

Shades of Mauve Taupe #925D73

Tints of Mauve Taupe #925D73

RGB

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

 GREEN value IS 93 (36.72% from 255) = 26.27%

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

R = 41.24%
G = 26.27%
B = 32.49%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.21

 K value IS 0.43

RGB Variations

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

Color information

#925D73 (or 0x925D73) is known color: Mauve Taupe. HEX triplet: 92, 5D and 73. RGB value is (146,93,115). Sum of RGB (Red+Green+Blue) = 146+93+115=354 (46% of max value = 765). Red value is 146 (57.42% from 255 or 41.24% from 354); Green value is 93 (36.72% from 255 or 26.27% from 354); Blue value is 115 (45.31% from 255 or 32.49% from 354); Max value from RGB is 146 - color contains mainly: red. Hex color #925D73 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #925D73 is #6DA28C. Grayscale: #6F6F6F. Windows color (decimal): -7185037 or 7560594. OLE color: 7560594.

HSL color Cylindrical-coordinate representation of color #925D73: hue angle of 335.09º degrees, saturation: 0.22, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #925D73 is Cyan = 0, Magento = 0.36, Yellow = 0.21 and Black (K on CMYK) = 0.43.

Color convert

RGB 146 93 115 -
CMYK 0 0.36 0.21 0.43
HSL 335.09º 0.22% 0.47% -
HSV(B) 335.09º 0.36% 0.57% -
XYZ 18.86 15.18 18.16 -
YUV 111.36 130.06 152.71 -
System Red Green Blue C M Y K H S L
Decimal 146 93 115 0 0.36 0.21 0.43 335.09 0.22 0.47
Hex 92 5D 73 0 24 15 2B 14F 16 2F
Octal 222 135 163 0 44 25 53 517 26 57
Binary 10010010 1011101 1110011 0 100100 10101 101011 101001111 10110 101111

Color Harmonies of #925D73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #925D73

Black with #925D73

Text Example


Text Example

White with #925D73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #925D73; }

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

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

background-color css

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

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

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

border-color css

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

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

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