Html Css Color HEX #947E49 Muesli

📋 copy color: '#947E49'

red 148 ◦ green 126 ◦ blue 73

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

Shades of Muesli #947E49

Tints of Muesli #947E49

RGB

 RED value IS 148 (58.2% from 255) = 42.65%

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

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

R = 42.65%
G = 36.31%
B = 21.04%

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

#947E49 (or 0x947E49) is known color: Muesli. HEX triplet: 94, 7E and 49. RGB value is (148,126,73). Sum of RGB (Red+Green+Blue) = 148+126+73=347 (45% of max value = 765). Red value is 148 (58.20% from 255 or 42.65% from 347); Green value is 126 (49.61% from 255 or 36.31% from 347); Blue value is 73 (28.91% from 255 or 21.04% from 347); Max value from RGB is 148 - color contains mainly: red. Hex color #947E49 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #947E49 is #6B81B6. Grayscale: #7E7E7E. Windows color (decimal): -7045559 or 4816532. OLE color: 4816532.

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

Color convert

RGB 148 126 73 -
CMYK 0 0.15 0.51 0.42
HSL 42.4º 0.34% 0.43% -
HSV(B) 42.4º 0.51% 0.58% -
XYZ 20.88 21.7 9.39 -
YUV 126.54 97.79 143.31 -
System Red Green Blue C M Y K H S L
Decimal 148 126 73 0 0.15 0.51 0.42 42.4 0.34 0.43
Hex 94 7E 49 0 F 33 2A 2A 22 2B
Octal 224 176 111 0 17 63 52 52 42 53
Binary 10010100 1111110 1001001 0 1111 110011 101010 101010 100010 101011

Color Harmonies of #947E49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #947E49

Black with #947E49

Text Example


Text Example

White with #947E49

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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