Html Css Color HEX #9D8549 Muesli

📋 copy color: '#9D8549'

red 157 ◦ green 133 ◦ blue 73

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

Shades of Muesli #9D8549

Tints of Muesli #9D8549

RGB

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

 GREEN value IS 133 (52.34% from 255) = 36.64%

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

R = 43.25%
G = 36.64%
B = 20.11%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.54

 K value IS 0.38

RGB Variations

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

Color information

#9D8549 (or 0x9D8549) is known color: Muesli. HEX triplet: 9D, 85 and 49. RGB value is (157,133,73). Sum of RGB (Red+Green+Blue) = 157+133+73=363 (48% of max value = 765). Red value is 157 (61.72% from 255 or 43.25% from 363); Green value is 133 (52.34% from 255 or 36.64% from 363); Blue value is 73 (28.91% from 255 or 20.11% from 363); Max value from RGB is 157 - color contains mainly: red. Hex color #9D8549 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9D8549 is #627AB6. Grayscale: #858585. Windows color (decimal): -6453943 or 4818333. OLE color: 4818333.

HSL color Cylindrical-coordinate representation of color #9D8549: hue angle of 42.86º 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 #9D8549 is Cyan = 0, Magento = 0.15, Yellow = 0.54 and Black (K on CMYK) = 0.38.

Color convert

RGB 157 133 73 -
CMYK 0 0.15 0.54 0.38
HSL 42.86º 0.37% 0.45% -
HSV(B) 42.86º 0.54% 0.62% -
XYZ 23.49 24.42 9.78 -
YUV 133.34 93.95 144.88 -
System Red Green Blue C M Y K H S L
Decimal 157 133 73 0 0.15 0.54 0.38 42.86 0.37 0.45
Hex 9D 85 49 0 F 36 26 2B 25 2D
Octal 235 205 111 0 17 66 46 53 45 55
Binary 10011101 10000101 1001001 0 1111 110110 100110 101011 100101 101101

Color Harmonies of #9D8549

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D8549

Black with #9D8549

Text Example


Text Example

White with #9D8549

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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