Html Css Color HEX #937D4C Muesli

📋 copy color: '#937D4C'

red 147 ◦ green 125 ◦ blue 76

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

Shades of Muesli #937D4C

Tints of Muesli #937D4C

RGB

 RED value IS 147 (57.81% from 255) = 42.24%

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

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

R = 42.24%
G = 35.92%
B = 21.84%

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

#937D4C (or 0x937D4C) is known color: Muesli. HEX triplet: 93, 7D and 4C. RGB value is (147,125,76). Sum of RGB (Red+Green+Blue) = 147+125+76=348 (46% of max value = 765). Red value is 147 (57.81% from 255 or 42.24% from 348); Green value is 125 (49.22% from 255 or 35.92% from 348); Blue value is 76 (30.08% from 255 or 21.84% from 348); Max value from RGB is 147 - color contains mainly: red. Hex color #937D4C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #937D4C is #6C82B3. Grayscale: #7E7E7E. Windows color (decimal): -7111348 or 5012883. OLE color: 5012883.

HSL color Cylindrical-coordinate representation of color #937D4C: 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 #937D4C is Cyan = 0, Magento = 0.15, Yellow = 0.48 and Black (K on CMYK) = 0.42.

Color convert

RGB 147 125 76 -
CMYK 0 0.15 0.48 0.42
HSL 41.41º 0.32% 0.44% -
HSV(B) 41.41º 0.48% 0.58% -
XYZ 20.67 21.39 9.88 -
YUV 125.99 99.79 142.98 -
System Red Green Blue C M Y K H S L
Decimal 147 125 76 0 0.15 0.48 0.42 41.41 0.32 0.44
Hex 93 7D 4C 0 F 30 2A 29 20 2C
Octal 223 175 114 0 17 60 52 51 40 54
Binary 10010011 1111101 1001100 0 1111 110000 101010 101001 100000 101100

Color Harmonies of #937D4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #937D4C

Black with #937D4C

Text Example


Text Example

White with #937D4C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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