#9E8449

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

Shades of Muddy Waters #9E8449

Tints of Muddy Waters #9E8449

Color information

#9E8449 (or 0x9E8449) is unknown color: approx Muddy Waters. HEX triplet: 9E, 84 and 49. RGB value is (158,132,73). Sum of RGB (Red+Green+Blue) = 158+132+73=363 (48% of max value = 765). Red value is 158 (62.11% from 255 or 43.53% from 363); Green value is 132 (51.95% from 255 or 36.36% from 363); Blue value is 73 (28.91% from 255 or 20.11% from 363); Max value from RGB is 158 - color contains mainly: red. Hex color #9E8449 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9E8449 is #617BB6. Grayscale: #858585. Windows color (decimal): -6388663 or 4818078. OLE color: 4818078.

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

Color convert

RGB15813273-
CMYK00.160.540.38
HSL41.65º36.8%45.29%-
HSV(B)41.65º53.8%61.96%-
XYZ23.5524.259.74-
YUV133.0594.11145.8-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 43.53%
GREEN value IS 132 (51.95% from 255) = 36.36%
BLUE value IS 73 (28.91% from 255) = 20.11%
R=43.53%
G=36.36%
B=20.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.54
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1581327300.160.540.3841.6536.845.29
Hex9E844901036262a252d
Octal2362041110206646524555
Binary10011110100001001001001010000110110100110101010100101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E8449

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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