Html Css Color HEX #947D49 Muesli

📋 copy color: '#947D49'

red 148 ◦ green 125 ◦ blue 73

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

Shades of Muesli #947D49

Tints of Muesli #947D49

RGB

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

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

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

R = 42.77%
G = 36.13%
B = 21.1%

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

#947D49 (or 0x947D49) is known color: Muesli. HEX triplet: 94, 7D and 49. RGB value is (148,125,73). Sum of RGB (Red+Green+Blue) = 148+125+73=346 (45% of max value = 765). Red value is 148 (58.20% from 255 or 42.77% from 346); Green value is 125 (49.22% from 255 or 36.13% from 346); Blue value is 73 (28.91% from 255 or 21.10% from 346); Max value from RGB is 148 - color contains mainly: red. Hex color #947D49 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #947D49 is #6B82B6. Grayscale: #7E7E7E. Windows color (decimal): -7045815 or 4816276. OLE color: 4816276.

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

Color convert

RGB 148 125 73 -
CMYK 0 0.16 0.51 0.42
HSL 41.6º 0.34% 0.43% -
HSV(B) 41.6º 0.51% 0.58% -
XYZ 20.75 21.44 9.35 -
YUV 125.95 98.12 143.73 -
System Red Green Blue C M Y K H S L
Decimal 148 125 73 0 0.16 0.51 0.42 41.6 0.34 0.43
Hex 94 7D 49 0 10 33 2A 2A 22 2B
Octal 224 175 111 0 20 63 52 52 42 53
Binary 10010100 1111101 1001001 0 10000 110011 101010 101010 100010 101011

Color Harmonies of #947D49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #947D49

Black with #947D49

Text Example


Text Example

White with #947D49

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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