#9F7F41

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

Shades of Muddy Waters #9F7F41

Tints of Muddy Waters #9F7F41

Color information

#9F7F41 (or 0x9F7F41) is unknown color: approx Muddy Waters. HEX triplet: 9F, 7F and 41. RGB value is (159,127,65). Sum of RGB (Red+Green+Blue) = 159+127+65=351 (46% of max value = 765). Red value is 159 (62.5% from 255 or 45.30% from 351); Green value is 127 (50% from 255 or 36.18% from 351); Blue value is 65 (25.78% from 255 or 18.52% from 351); Max value from RGB is 159 - color contains mainly: red. Hex color #9F7F41 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9F7F41 is #6080BE. Grayscale: #818181. Windows color (decimal): -6324415 or 4292511. OLE color: 4292511.

HSL color Cylindrical-coordinate representation of color #9F7F41: hue angle of 39.57º degrees, saturation: 0.42, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #9F7F41 is Cyan = 0, Magento = 0.20, Yellow = 0.59 and Black (K on CMYK) = 0.38.

Color convert

RGB15912765-
CMYK00.200.590.38
HSL39.57º41.96%43.92%-
HSV(B)39.57º59.12%62.35%-
XYZ22.8422.938.22-
YUV129.591.6149.04-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 45.30%
GREEN value IS 127 (50% from 255) = 36.18%
BLUE value IS 65 (25.78% from 255) = 18.52%
R=45.30%
G=36.18%
B=18.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.59
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1591276500.200.590.3839.5741.9643.92
Hex9F7F410143B26282a2c
Octal2371771010247346505254
Binary1001111111111111000001010100111011100110101000101010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F7F41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,127,65); }

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

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

 a { background-color: rgb(159,127,65); }

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

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

 span { border-color: rgb(159,127,65); }

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