#9F894C

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

Shades of Muddy Waters #9F894C

Tints of Muddy Waters #9F894C

Color information

#9F894C (or 0x9F894C) is unknown color: approx Muddy Waters. HEX triplet: 9F, 89 and 4C. RGB value is (159,137,76). Sum of RGB (Red+Green+Blue) = 159+137+76=372 (49% of max value = 765). Red value is 159 (62.5% from 255 or 42.74% from 372); Green value is 137 (53.91% from 255 or 36.83% from 372); Blue value is 76 (30.08% from 255 or 20.43% from 372); Max value from RGB is 159 - color contains mainly: red. Hex color #9F894C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9F894C is #6076B3. Grayscale: #888888. Windows color (decimal): -6321844 or 5015967. OLE color: 5015967.

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

Color convert

RGB15913776-
CMYK00.140.520.38
HSL44.1º35.32%46.08%-
HSV(B)44.1º52.2%62.35%-
XYZ24.5525.7810.52-
YUV136.6293.79143.96-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 42.74%
GREEN value IS 137 (53.91% from 255) = 36.83%
BLUE value IS 76 (30.08% from 255) = 20.43%
R=42.74%
G=36.83%
B=20.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.52
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1591377600.140.520.3844.135.3246.08
Hex9F894C0E34262c232e
Octal2372111140166446544356
Binary1001111110001001100110001110110100100110101100100011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F894C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,137,76); }

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

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

 a { background-color: rgb(159,137,76); }

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

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

 span { border-color: rgb(159,137,76); }

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