Html Css Color HEX #957E49 Muesli

📋 copy color: '#957E49'

red 149 ◦ green 126 ◦ blue 73

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

Shades of Muesli #957E49

Tints of Muesli #957E49

RGB

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

 GREEN value IS 126 (49.61% from 255) = 36.21%

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

R = 42.82%
G = 36.21%
B = 20.98%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.51

 K value IS 0.42

RGB Variations

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

Color information

#957E49 (or 0x957E49) is known color: Muesli. HEX triplet: 95, 7E and 49. RGB value is (149,126,73). Sum of RGB (Red+Green+Blue) = 149+126+73=348 (46% of max value = 765). Red value is 149 (58.59% from 255 or 42.82% from 348); Green value is 126 (49.61% from 255 or 36.21% from 348); Blue value is 73 (28.91% from 255 or 20.98% from 348); Max value from RGB is 149 - color contains mainly: red. Hex color #957E49 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #957E49 is #6A81B6. Grayscale: #7F7F7F. Windows color (decimal): -6980023 or 4816533. OLE color: 4816533.

HSL color Cylindrical-coordinate representation of color #957E49: hue angle of 41.84º 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 #957E49 is Cyan = 0, Magento = 0.15, Yellow = 0.51 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 126 73 -
CMYK 0 0.15 0.51 0.42
HSL 41.84º 0.34% 0.44% -
HSV(B) 41.84º 0.51% 0.58% -
XYZ 21.06 21.79 9.4 -
YUV 126.84 97.62 143.81 -
System Red Green Blue C M Y K H S L
Decimal 149 126 73 0 0.15 0.51 0.42 41.84 0.34 0.44
Hex 95 7E 49 0 F 33 2A 2A 22 2C
Octal 225 176 111 0 17 63 52 52 42 54
Binary 10010101 1111110 1001001 0 1111 110011 101010 101010 100010 101100

Color Harmonies of #957E49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #957E49

Black with #957E49

Text Example


Text Example

White with #957E49

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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