Html Css Color HEX #9D7C49 Muesli

📋 copy color: '#9D7C49'

red 157 ◦ green 124 ◦ blue 73

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

Shades of Muesli #9D7C49

Tints of Muesli #9D7C49

RGB

 RED value IS 157 (61.72% from 255) = 44.35%

 GREEN value IS 124 (48.83% from 255) = 35.03%

 BLUE value IS 73 (28.91% from 255) = 20.62%

R = 44.35%
G = 35.03%
B = 20.62%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.54

 K value IS 0.38

RGB Variations

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

Color information

#9D7C49 (or 0x9D7C49) is known color: Muesli. HEX triplet: 9D, 7C and 49. RGB value is (157,124,73). Sum of RGB (Red+Green+Blue) = 157+124+73=354 (46% of max value = 765). Red value is 157 (61.72% from 255 or 44.35% from 354); Green value is 124 (48.83% from 255 or 35.03% from 354); Blue value is 73 (28.91% from 255 or 20.62% from 354); Max value from RGB is 157 - color contains mainly: red. Hex color #9D7C49 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9D7C49 is #6283B6. Grayscale: #808080. Windows color (decimal): -6456247 or 4816029. OLE color: 4816029.

HSL color Cylindrical-coordinate representation of color #9D7C49: hue angle of 36.43º degrees, saturation: 0.37, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #9D7C49 is Cyan = 0, Magento = 0.21, Yellow = 0.54 and Black (K on CMYK) = 0.38.

Color convert

RGB 157 124 73 -
CMYK 0 0.21 0.54 0.38
HSL 36.43º 0.37% 0.45% -
HSV(B) 36.43º 0.54% 0.62% -
XYZ 22.31 22.06 9.39 -
YUV 128.05 96.93 148.65 -
System Red Green Blue C M Y K H S L
Decimal 157 124 73 0 0.21 0.54 0.38 36.43 0.37 0.45
Hex 9D 7C 49 0 15 36 26 24 25 2D
Octal 235 174 111 0 25 66 46 44 45 55
Binary 10011101 1111100 1001001 0 10101 110110 100110 100100 100101 101101

Color Harmonies of #9D7C49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D7C49

Black with #9D7C49

Text Example


Text Example

White with #9D7C49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9D7C49; }

 p { color: rgb(157,124,73); }

 H1.HeaderClassName
 {
   color: #9D7C49;
 }
 .AnyTagClassName
 {
   color: #9D7C49;
 }
</style>

background-color css

<style>
 a { background-color: #9D7C49; }

 a { background-color: rgb(157,124,73); }

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

border-color css

<style>
 span { border-color: #9D7C49; }

 span { border-color: rgb(157,124,73); }

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