#9D854E

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

Shades of Muesli #9D854E

Tints of Muesli #9D854E

Color information

#9D854E (or 0x9D854E) is unknown color: approx Muesli. HEX triplet: 9D, 85 and 4E. RGB value is (157,133,78). Sum of RGB (Red+Green+Blue) = 157+133+78=368 (48% of max value = 765). Red value is 157 (61.72% from 255 or 42.66% from 368); Green value is 133 (52.34% from 255 or 36.14% from 368); Blue value is 78 (30.86% from 255 or 21.20% from 368); Max value from RGB is 157 - color contains mainly: red. Hex color #9D854E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9D854E is #627AB1. Grayscale: #868686. Windows color (decimal): -6453938 or 5146013. OLE color: 5146013.

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

Color convert

RGB15713378-
CMYK00.150.500.38
HSL41.77º33.62%46.08%-
HSV(B)41.77º50.32%61.57%-
XYZ23.6724.4910.69-
YUV133.9196.45144.47-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 42.66%
GREEN value IS 133 (52.34% from 255) = 36.14%
BLUE value IS 78 (30.86% from 255) = 21.20%
R=42.66%
G=36.14%
B=21.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.50
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1571337800.150.500.3841.7733.6246.08
Hex9D854E0F32262a222e
Octal2352051160176246524256
Binary1001110110000101100111001111110010100110101010100010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D854E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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