#9E8249

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

Shades of Muesli #9E8249

Tints of Muesli #9E8249

Color information

#9E8249 (or 0x9E8249) is unknown color: approx Muesli. HEX triplet: 9E, 82 and 49. RGB value is (158,130,73). Sum of RGB (Red+Green+Blue) = 158+130+73=361 (47% of max value = 765). Red value is 158 (62.11% from 255 or 43.77% from 361); Green value is 130 (51.17% from 255 or 36.01% from 361); Blue value is 73 (28.91% from 255 or 20.22% from 361); Max value from RGB is 158 - color contains mainly: red. Hex color #9E8249 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9E8249 is #617DB6. Grayscale: #848484. Windows color (decimal): -6389175 or 4817566. OLE color: 4817566.

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

Color convert

RGB15813073-
CMYK00.180.540.38
HSL40.24º36.8%45.29%-
HSV(B)40.24º53.8%61.96%-
XYZ23.2923.729.65-
YUV131.8794.78146.63-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 43.77%
GREEN value IS 130 (51.17% from 255) = 36.01%
BLUE value IS 73 (28.91% from 255) = 20.22%
R=43.77%
G=36.01%
B=20.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.54
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1581307300.180.540.3840.2436.845.29
Hex9E8249012362628252d
Octal2362021110226646504555
Binary10011110100000101001001010010110110100110101000100101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E8249

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,130,73); }

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

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

 a { background-color: rgb(158,130,73); }

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

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

 span { border-color: rgb(158,130,73); }

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