#9D844E

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

Shades of Muesli #9D844E

Tints of Muesli #9D844E

Color information

#9D844E (or 0x9D844E) is unknown color: approx Muesli. HEX triplet: 9D, 84 and 4E. RGB value is (157,132,78). Sum of RGB (Red+Green+Blue) = 157+132+78=367 (48% of max value = 765). Red value is 157 (61.72% from 255 or 42.78% from 367); Green value is 132 (51.95% from 255 or 35.97% from 367); Blue value is 78 (30.86% from 255 or 21.25% from 367); Max value from RGB is 157 - color contains mainly: red. Hex color #9D844E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9D844E is #627BB1. Grayscale: #858585. Windows color (decimal): -6454194 or 5145757. OLE color: 5145757.

HSL color Cylindrical-coordinate representation of color #9D844E: hue angle of 41.01º degrees, saturation: 0.34, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #9D844E is Cyan = 0, Magento = 0.16, Yellow = 0.50 and Black (K on CMYK) = 0.38.

Color convert

RGB15713278-
CMYK00.160.500.38
HSL41.01º33.62%46.08%-
HSV(B)41.01º50.32%61.57%-
XYZ23.5324.2210.64-
YUV133.3296.78144.89-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 42.78%
GREEN value IS 132 (51.95% from 255) = 35.97%
BLUE value IS 78 (30.86% from 255) = 21.25%
R=42.78%
G=35.97%
B=21.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.50
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1571327800.160.500.3841.0133.6246.08
Hex9D844E010322629222e
Octal2352041160206246514256
Binary10011101100001001001110010000110010100110101001100010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D844E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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