#9E854D

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

Shades of Muesli #9E854D

Tints of Muesli #9E854D

Color information

#9E854D (or 0x9E854D) is unknown color: approx Muesli. HEX triplet: 9E, 85 and 4D. RGB value is (158,133,77). Sum of RGB (Red+Green+Blue) = 158+133+77=368 (48% of max value = 765). Red value is 158 (62.11% from 255 or 42.93% from 368); Green value is 133 (52.34% from 255 or 36.14% from 368); Blue value is 77 (30.47% from 255 or 20.92% from 368); Max value from RGB is 158 - color contains mainly: red. Hex color #9E854D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9E854D is #617AB2. Grayscale: #868686. Windows color (decimal): -6388403 or 5080478. OLE color: 5080478.

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

Color convert

RGB15813377-
CMYK00.160.510.38
HSL41.48º34.47%46.08%-
HSV(B)41.48º51.27%61.96%-
XYZ23.8324.5810.51-
YUV134.0995.78145.05-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 42.93%
GREEN value IS 133 (52.34% from 255) = 36.14%
BLUE value IS 77 (30.47% from 255) = 20.92%
R=42.93%
G=36.14%
B=20.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.51
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1581337700.160.510.3841.4834.4746.08
Hex9E854D010332629222e
Octal2362051150206346514256
Binary10011110100001011001101010000110011100110101001100010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E854D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,133,77); }

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

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

 a { background-color: rgb(158,133,77); }

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

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

 span { border-color: rgb(158,133,77); }

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