Html Css Color HEX #937D4B Muesli

📋 copy color: '#937D4B'

red 147 ◦ green 125 ◦ blue 75

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

Shades of Muesli #937D4B

Tints of Muesli #937D4B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 21.61%

R = 42.36%
G = 36.02%
B = 21.61%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.49

 K value IS 0.42

RGB Variations

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

Color information

#937D4B (or 0x937D4B) is known color: Muesli. HEX triplet: 93, 7D and 4B. RGB value is (147,125,75). Sum of RGB (Red+Green+Blue) = 147+125+75=347 (45% of max value = 765). Red value is 147 (57.81% from 255 or 42.36% from 347); Green value is 125 (49.22% from 255 or 36.02% from 347); Blue value is 75 (29.69% from 255 or 21.61% from 347); Max value from RGB is 147 - color contains mainly: red. Hex color #937D4B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #937D4B is #6C82B4. Grayscale: #7E7E7E. Windows color (decimal): -7111349 or 4947347. OLE color: 4947347.

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

Color convert

RGB 147 125 75 -
CMYK 0 0.15 0.49 0.42
HSL 41.67º 0.32% 0.44% -
HSV(B) 41.67º 0.49% 0.58% -
XYZ 20.64 21.38 9.7 -
YUV 125.88 99.29 143.07 -
System Red Green Blue C M Y K H S L
Decimal 147 125 75 0 0.15 0.49 0.42 41.67 0.32 0.44
Hex 93 7D 4B 0 F 31 2A 2A 20 2C
Octal 223 175 113 0 17 61 52 52 40 54
Binary 10010011 1111101 1001011 0 1111 110001 101010 101010 100000 101100

Color Harmonies of #937D4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #937D4B

Black with #937D4B

Text Example


Text Example

White with #937D4B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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