#9F8044

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

Shades of Muddy Waters #9F8044

Tints of Muddy Waters #9F8044

Color information

#9F8044 (or 0x9F8044) is unknown color: approx Muddy Waters. HEX triplet: 9F, 80 and 44. RGB value is (159,128,68). Sum of RGB (Red+Green+Blue) = 159+128+68=355 (47% of max value = 765). Red value is 159 (62.5% from 255 or 44.79% from 355); Green value is 128 (50.39% from 255 or 36.06% from 355); Blue value is 68 (26.95% from 255 or 19.15% from 355); Max value from RGB is 159 - color contains mainly: red. Hex color #9F8044 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9F8044 is #607FBB. Grayscale: #828282. Windows color (decimal): -6324156 or 4489375. OLE color: 4489375.

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

Color convert

RGB15912868-
CMYK00.190.570.38
HSL39.56º40.09%44.51%-
HSV(B)39.56º57.23%62.35%-
XYZ23.0623.238.74-
YUV130.4392.77148.38-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 44.79%
GREEN value IS 128 (50.39% from 255) = 36.06%
BLUE value IS 68 (26.95% from 255) = 19.15%
R=44.79%
G=36.06%
B=19.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.57
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1591286800.190.570.3839.5640.0944.51
Hex9F8044013392628282d
Octal2372001040237146505055
Binary10011111100000001000100010011111001100110101000101000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F8044

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,128,68); }

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

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

 a { background-color: rgb(159,128,68); }

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

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

 span { border-color: rgb(159,128,68); }

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