Html Css Color HEX #947D4A Muesli

📋 copy color: '#947D4A'

red 148 ◦ green 125 ◦ blue 74

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

Shades of Muesli #947D4A

Tints of Muesli #947D4A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 21.33%

R = 42.65%
G = 36.02%
B = 21.33%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.50

 K value IS 0.42

RGB Variations

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

Color information

#947D4A (or 0x947D4A) is known color: Muesli. HEX triplet: 94, 7D and 4A. RGB value is (148,125,74). Sum of RGB (Red+Green+Blue) = 148+125+74=347 (45% of max value = 765). Red value is 148 (58.20% from 255 or 42.65% from 347); Green value is 125 (49.22% from 255 or 36.02% from 347); Blue value is 74 (29.30% from 255 or 21.33% from 347); Max value from RGB is 148 - color contains mainly: red. Hex color #947D4A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #947D4A is #6B82B5. Grayscale: #7E7E7E. Windows color (decimal): -7045814 or 4881812. OLE color: 4881812.

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

Color convert

RGB 148 125 74 -
CMYK 0 0.16 0.50 0.42
HSL 41.35º 0.33% 0.44% -
HSV(B) 41.35º 0.5% 0.58% -
XYZ 20.78 21.46 9.52 -
YUV 126.06 98.62 143.65 -
System Red Green Blue C M Y K H S L
Decimal 148 125 74 0 0.16 0.50 0.42 41.35 0.33 0.44
Hex 94 7D 4A 0 10 32 2A 29 21 2C
Octal 224 175 112 0 20 62 52 51 41 54
Binary 10010100 1111101 1001010 0 10000 110010 101010 101001 100001 101100

Color Harmonies of #947D4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #947D4A

Black with #947D4A

Text Example


Text Example

White with #947D4A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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