Html Css Color HEX #937D4A Muesli

📋 copy color: '#937D4A'

red 147 ◦ green 125 ◦ blue 74

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

Shades of Muesli #937D4A

Tints of Muesli #937D4A

RGB

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

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

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

R = 42.49%
G = 36.13%
B = 21.39%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.50

 K value IS 0.42

RGB Variations

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

Color information

#937D4A (or 0x937D4A) is known color: Muesli. HEX triplet: 93, 7D and 4A. RGB value is (147,125,74). Sum of RGB (Red+Green+Blue) = 147+125+74=346 (45% of max value = 765). Red value is 147 (57.81% from 255 or 42.49% from 346); Green value is 125 (49.22% from 255 or 36.13% from 346); Blue value is 74 (29.30% from 255 or 21.39% from 346); Max value from RGB is 147 - color contains mainly: red. Hex color #937D4A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #937D4A is #6C82B5. Grayscale: #7D7D7D. Windows color (decimal): -7111350 or 4881811. OLE color: 4881811.

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

Color convert

RGB 147 125 74 -
CMYK 0 0.15 0.50 0.42
HSL 41.92º 0.33% 0.43% -
HSV(B) 41.92º 0.5% 0.58% -
XYZ 20.6 21.36 9.52 -
YUV 125.76 98.79 143.15 -
System Red Green Blue C M Y K H S L
Decimal 147 125 74 0 0.15 0.50 0.42 41.92 0.33 0.43
Hex 93 7D 4A 0 F 32 2A 2A 21 2B
Octal 223 175 112 0 17 62 52 52 41 53
Binary 10010011 1111101 1001010 0 1111 110010 101010 101010 100001 101011

Color Harmonies of #937D4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #937D4A

Black with #937D4A

Text Example


Text Example

White with #937D4A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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