Html Css Color HEX #957D49 Muesli

📋 copy color: '#957D49'

red 149 ◦ green 125 ◦ blue 73

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

Shades of Muesli #957D49

Tints of Muesli #957D49

RGB

 RED value IS 149 (58.59% from 255) = 42.94%

 GREEN value IS 125 (49.22% from 255) = 36.02%

 BLUE value IS 73 (28.91% from 255) = 21.04%

R = 42.94%
G = 36.02%
B = 21.04%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.51

 K value IS 0.42

RGB Variations

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

Color information

#957D49 (or 0x957D49) is known color: Muesli. HEX triplet: 95, 7D and 49. RGB value is (149,125,73). Sum of RGB (Red+Green+Blue) = 149+125+73=347 (45% of max value = 765). Red value is 149 (58.59% from 255 or 42.94% from 347); Green value is 125 (49.22% from 255 or 36.02% from 347); Blue value is 73 (28.91% from 255 or 21.04% from 347); Max value from RGB is 149 - color contains mainly: red. Hex color #957D49 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #957D49 is #6A82B6. Grayscale: #7E7E7E. Windows color (decimal): -6980279 or 4816277. OLE color: 4816277.

HSL color Cylindrical-coordinate representation of color #957D49: hue angle of 41.05º degrees, saturation: 0.34, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #957D49 is Cyan = 0, Magento = 0.16, Yellow = 0.51 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 125 73 -
CMYK 0 0.16 0.51 0.42
HSL 41.05º 0.34% 0.44% -
HSV(B) 41.05º 0.51% 0.58% -
XYZ 20.93 21.54 9.36 -
YUV 126.25 97.95 144.23 -
System Red Green Blue C M Y K H S L
Decimal 149 125 73 0 0.16 0.51 0.42 41.05 0.34 0.44
Hex 95 7D 49 0 10 33 2A 29 22 2C
Octal 225 175 111 0 20 63 52 51 42 54
Binary 10010101 1111101 1001001 0 10000 110011 101010 101001 100010 101100

Color Harmonies of #957D49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #957D49

Black with #957D49

Text Example


Text Example

White with #957D49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #957D49; }

 p { color: rgb(149,125,73); }

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

background-color css

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

 a { background-color: rgb(149,125,73); }

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

border-color css

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

 span { border-color: rgb(149,125,73); }

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