#9F844A

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

Shades of Muddy Waters #9F844A

Tints of Muddy Waters #9F844A

Color information

#9F844A (or 0x9F844A) is unknown color: approx Muddy Waters. HEX triplet: 9F, 84 and 4A. RGB value is (159,132,74). Sum of RGB (Red+Green+Blue) = 159+132+74=365 (48% of max value = 765). Red value is 159 (62.5% from 255 or 43.56% from 365); Green value is 132 (51.95% from 255 or 36.16% from 365); Blue value is 74 (29.30% from 255 or 20.27% from 365); Max value from RGB is 159 - color contains mainly: red. Hex color #9F844A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9F844A is #607BB5. Grayscale: #858585. Windows color (decimal): -6323126 or 4883615. OLE color: 4883615.

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

Color convert

RGB15913274-
CMYK00.170.530.38
HSL40.94º36.48%45.69%-
HSV(B)40.94º53.46%62.35%-
XYZ23.7924.379.93-
YUV133.4694.45146.22-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 43.56%
GREEN value IS 132 (51.95% from 255) = 36.16%
BLUE value IS 74 (29.30% from 255) = 20.27%
R=43.56%
G=36.16%
B=20.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.53
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1591327400.170.530.3840.9436.4845.69
Hex9F844A011352629242e
Octal2372041120216546514456
Binary10011111100001001001010010001110101100110101001100100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F844A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,132,74); }

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

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

 a { background-color: rgb(159,132,74); }

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

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

 span { border-color: rgb(159,132,74); }

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