#9D844A

Color #9D844A Muesli (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Muesli #9D844A

Tints of Muesli #9D844A

Color information

#9D844A (or 0x9D844A) is unknown color: approx Muesli. HEX triplet: 9D, 84 and 4A. RGB value is (157,132,74). Sum of RGB (Red+Green+Blue) = 157+132+74=363 (48% of max value = 765). Red value is 157 (61.72% from 255 or 43.25% from 363); Green value is 132 (51.95% from 255 or 36.36% from 363); Blue value is 74 (29.30% from 255 or 20.39% from 363); Max value from RGB is 157 - color contains mainly: red. Hex color #9D844A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9D844A is #627BB5. Grayscale: #858585. Windows color (decimal): -6454198 or 4883613. OLE color: 4883613.

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

Color convert

RGB15713274-
CMYK00.160.530.38
HSL41.93º35.93%45.29%-
HSV(B)41.93º52.87%61.57%-
XYZ23.3924.179.91-
YUV132.8694.78145.22-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 43.25%
GREEN value IS 132 (51.95% from 255) = 36.36%
BLUE value IS 74 (29.30% from 255) = 20.39%
R=43.25%
G=36.36%
B=20.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.53
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1571327400.160.530.3841.9335.9345.29
Hex9D844A01035262a242d
Octal2352041120206546524455
Binary10011101100001001001010010000110101100110101010100100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D844A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,132,74); }

 H1.HeaderClassName
 {
   color: #9D844A;
 }
 .AnyTagClassName
 {
   color: #9D844A;
 }
</style>
background-color css

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

 a { background-color: rgb(157,132,74); }

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

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

 span { border-color: rgb(157,132,74); }

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