Html Css Color HEX #947D47 Muesli

📋 copy color: '#947D47'

red 148 ◦ green 125 ◦ blue 71

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

Shades of Muesli #947D47

Tints of Muesli #947D47

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 20.64%

R = 43.02%
G = 36.34%
B = 20.64%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.52

 K value IS 0.42

RGB Variations

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

Color information

#947D47 (or 0x947D47) is known color: Muesli. HEX triplet: 94, 7D and 47. RGB value is (148,125,71). Sum of RGB (Red+Green+Blue) = 148+125+71=344 (45% of max value = 765). Red value is 148 (58.20% from 255 or 43.02% from 344); Green value is 125 (49.22% from 255 or 36.34% from 344); Blue value is 71 (28.12% from 255 or 20.64% from 344); Max value from RGB is 148 - color contains mainly: red. Hex color #947D47 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #947D47 is #6B82B8. Grayscale: #7D7D7D. Windows color (decimal): -7045817 or 4685204. OLE color: 4685204.

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

Color convert

RGB 148 125 71 -
CMYK 0 0.16 0.52 0.42
HSL 42.08º 0.35% 0.43% -
HSV(B) 42.08º 0.52% 0.58% -
XYZ 20.68 21.42 9.01 -
YUV 125.72 97.12 143.89 -
System Red Green Blue C M Y K H S L
Decimal 148 125 71 0 0.16 0.52 0.42 42.08 0.35 0.43
Hex 94 7D 47 0 10 34 2A 2A 23 2B
Octal 224 175 107 0 20 64 52 52 43 53
Binary 10010100 1111101 1000111 0 10000 110100 101010 101010 100011 101011

Color Harmonies of #947D47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #947D47

Black with #947D47

Text Example


Text Example

White with #947D47

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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