Html Css Color HEX #947D4C Muesli

📋 copy color: '#947D4C'

red 148 ◦ green 125 ◦ blue 76

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

Shades of Muesli #947D4C

Tints of Muesli #947D4C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 21.78%

R = 42.41%
G = 35.82%
B = 21.78%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.49

 K value IS 0.42

RGB Variations

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

Color information

#947D4C (or 0x947D4C) is known color: Muesli. HEX triplet: 94, 7D and 4C. RGB value is (148,125,76). Sum of RGB (Red+Green+Blue) = 148+125+76=349 (46% of max value = 765). Red value is 148 (58.20% from 255 or 42.41% from 349); Green value is 125 (49.22% from 255 or 35.82% from 349); Blue value is 76 (30.08% from 255 or 21.78% from 349); Max value from RGB is 148 - color contains mainly: red. Hex color #947D4C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #947D4C is #6B82B3. Grayscale: #7E7E7E. Windows color (decimal): -7045812 or 5012884. OLE color: 5012884.

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

Color convert

RGB 148 125 76 -
CMYK 0 0.16 0.49 0.42
HSL 40.83º 0.32% 0.44% -
HSV(B) 40.83º 0.49% 0.58% -
XYZ 20.85 21.48 9.89 -
YUV 126.29 99.62 143.48 -
System Red Green Blue C M Y K H S L
Decimal 148 125 76 0 0.16 0.49 0.42 40.83 0.32 0.44
Hex 94 7D 4C 0 10 31 2A 29 20 2C
Octal 224 175 114 0 20 61 52 51 40 54
Binary 10010100 1111101 1001100 0 10000 110001 101010 101001 100000 101100

Color Harmonies of #947D4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #947D4C

Black with #947D4C

Text Example


Text Example

White with #947D4C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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