Html Css Color HEX #947E4D Muesli

📋 copy color: '#947E4D'

red 148 ◦ green 126 ◦ blue 77

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

Shades of Muesli #947E4D

Tints of Muesli #947E4D

RGB

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

 GREEN value IS 126 (49.61% from 255) = 35.9%

 BLUE value IS 77 (30.47% from 255) = 21.94%

R = 42.17%
G = 35.9%
B = 21.94%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.48

 K value IS 0.42

RGB Variations

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

Color information

#947E4D (or 0x947E4D) is known color: Muesli. HEX triplet: 94, 7E and 4D. RGB value is (148,126,77). Sum of RGB (Red+Green+Blue) = 148+126+77=351 (46% of max value = 765). Red value is 148 (58.20% from 255 or 42.17% from 351); Green value is 126 (49.61% from 255 or 35.90% from 351); Blue value is 77 (30.47% from 255 or 21.94% from 351); Max value from RGB is 148 - color contains mainly: red. Hex color #947E4D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #947E4D is #6B81B2. Grayscale: #7F7F7F. Windows color (decimal): -7045555 or 5078676. OLE color: 5078676.

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

Color convert

RGB 148 126 77 -
CMYK 0 0.15 0.48 0.42
HSL 41.41º 0.32% 0.44% -
HSV(B) 41.41º 0.48% 0.58% -
XYZ 21.01 21.75 10.11 -
YUV 126.99 99.79 142.98 -
System Red Green Blue C M Y K H S L
Decimal 148 126 77 0 0.15 0.48 0.42 41.41 0.32 0.44
Hex 94 7E 4D 0 F 30 2A 29 20 2C
Octal 224 176 115 0 17 60 52 51 40 54
Binary 10010100 1111110 1001101 0 1111 110000 101010 101001 100000 101100

Color Harmonies of #947E4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #947E4D

Black with #947E4D

Text Example


Text Example

White with #947E4D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(148,126,77); }

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

background-color css

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

 a { background-color: rgb(148,126,77); }

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

border-color css

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

 span { border-color: rgb(148,126,77); }

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