Html Css Color HEX #947D59 Muesli

📋 copy color: '#947D59'

red 148 ◦ green 125 ◦ blue 89

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

Shades of Muesli #947D59

Tints of Muesli #947D59

RGB

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

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

 BLUE value IS 89 (35.16% from 255) = 24.59%

R = 40.88%
G = 34.53%
B = 24.59%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.40

 K value IS 0.42

RGB Variations

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

Color information

#947D59 (or 0x947D59) is known color: Muesli. HEX triplet: 94, 7D and 59. RGB value is (148,125,89). Sum of RGB (Red+Green+Blue) = 148+125+89=362 (47% of max value = 765). Red value is 148 (58.20% from 255 or 40.88% from 362); Green value is 125 (49.22% from 255 or 34.53% from 362); Blue value is 89 (35.16% from 255 or 24.59% from 362); Max value from RGB is 148 - color contains mainly: red. Hex color #947D59 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #947D59 is #6B82A6. Grayscale: #7F7F7F. Windows color (decimal): -7045799 or 5864852. OLE color: 5864852.

HSL color Cylindrical-coordinate representation of color #947D59: hue angle of 36.61º degrees, saturation: 0.25, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #947D59 is Cyan = 0, Magento = 0.16, Yellow = 0.40 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 125 89 -
CMYK 0 0.16 0.40 0.42
HSL 36.61º 0.25% 0.46% -
HSV(B) 36.61º 0.4% 0.58% -
XYZ 21.35 21.68 12.51 -
YUV 127.77 106.12 142.43 -
System Red Green Blue C M Y K H S L
Decimal 148 125 89 0 0.16 0.40 0.42 36.61 0.25 0.46
Hex 94 7D 59 0 10 28 2A 25 19 2E
Octal 224 175 131 0 20 50 52 45 31 56
Binary 10010100 1111101 1011001 0 10000 101000 101010 100101 11001 101110

Color Harmonies of #947D59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #947D59

Black with #947D59

Text Example


Text Example

White with #947D59

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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