Html Css Color HEX #947D4D Muesli

📋 copy color: '#947D4D'

red 148 ◦ green 125 ◦ blue 77

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

Shades of Muesli #947D4D

Tints of Muesli #947D4D

RGB

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

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

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

R = 42.29%
G = 35.71%
B = 22%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.48

 K value IS 0.42

RGB Variations

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

Color information

#947D4D (or 0x947D4D) is known color: Muesli. HEX triplet: 94, 7D and 4D. RGB value is (148,125,77). Sum of RGB (Red+Green+Blue) = 148+125+77=350 (46% of max value = 765). Red value is 148 (58.20% from 255 or 42.29% from 350); Green value is 125 (49.22% from 255 or 35.71% from 350); Blue value is 77 (30.47% from 255 or 22% from 350); Max value from RGB is 148 - color contains mainly: red. Hex color #947D4D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #947D4D is #6B82B2. Grayscale: #7E7E7E. Windows color (decimal): -7045811 or 5078420. OLE color: 5078420.

HSL color Cylindrical-coordinate representation of color #947D4D: hue angle of 40.56º 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 #947D4D is Cyan = 0, Magento = 0.16, Yellow = 0.48 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 125 77 -
CMYK 0 0.16 0.48 0.42
HSL 40.56º 0.32% 0.44% -
HSV(B) 40.56º 0.48% 0.58% -
XYZ 20.89 21.5 10.07 -
YUV 126.41 100.12 143.4 -
System Red Green Blue C M Y K H S L
Decimal 148 125 77 0 0.16 0.48 0.42 40.56 0.32 0.44
Hex 94 7D 4D 0 10 30 2A 29 20 2C
Octal 224 175 115 0 20 60 52 51 40 54
Binary 10010100 1111101 1001101 0 10000 110000 101010 101001 100000 101100

Color Harmonies of #947D4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #947D4D

Black with #947D4D

Text Example


Text Example

White with #947D4D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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