#9E844F

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

Shades of Muesli #9E844F

Tints of Muesli #9E844F

Color information

#9E844F (or 0x9E844F) is unknown color: approx Muesli. HEX triplet: 9E, 84 and 4F. RGB value is (158,132,79). Sum of RGB (Red+Green+Blue) = 158+132+79=369 (48% of max value = 765). Red value is 158 (62.11% from 255 or 42.82% from 369); Green value is 132 (51.95% from 255 or 35.77% from 369); Blue value is 79 (31.25% from 255 or 21.41% from 369); Max value from RGB is 158 - color contains mainly: red. Hex color #9E844F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9E844F is #617BB0. Grayscale: #858585. Windows color (decimal): -6388657 or 5211294. OLE color: 5211294.

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

Color convert

RGB15813279-
CMYK00.160.500.38
HSL40.25º33.33%46.47%-
HSV(B)40.25º50%61.96%-
XYZ23.7624.3410.84-
YUV133.7397.11145.31-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 42.82%
GREEN value IS 132 (51.95% from 255) = 35.77%
BLUE value IS 79 (31.25% from 255) = 21.41%
R=42.82%
G=35.77%
B=21.41%

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
Decimal1581327900.160.500.3840.2533.3346.47
Hex9E844F010322628212e
Octal2362041170206246504156
Binary10011110100001001001111010000110010100110101000100001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E844F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,132,79); }

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

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

 a { background-color: rgb(158,132,79); }

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

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

 span { border-color: rgb(158,132,79); }

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