#9D8548

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

Shades of Muddy Waters #9D8548

Tints of Muddy Waters #9D8548

Color information

#9D8548 (or 0x9D8548) is unknown color: approx Muddy Waters. HEX triplet: 9D, 85 and 48. RGB value is (157,133,72). Sum of RGB (Red+Green+Blue) = 157+133+72=362 (47% of max value = 765). Red value is 157 (61.72% from 255 or 43.37% from 362); Green value is 133 (52.34% from 255 or 36.74% from 362); Blue value is 72 (28.52% from 255 or 19.89% from 362); Max value from RGB is 157 - color contains mainly: red. Hex color #9D8548 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9D8548 is #627AB7. Grayscale: #858585. Windows color (decimal): -6453944 or 4752797. OLE color: 4752797.

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

Color convert

RGB15713372-
CMYK00.150.540.38
HSL43.06º37.12%44.9%-
HSV(B)43.06º54.14%61.57%-
XYZ23.4624.419.61-
YUV133.2293.45144.96-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 43.37%
GREEN value IS 133 (52.34% from 255) = 36.74%
BLUE value IS 72 (28.52% from 255) = 19.89%
R=43.37%
G=36.74%
B=19.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.54
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1571337200.150.540.3843.0637.1244.9
Hex9D85480F36262b252d
Octal2352051100176646534555
Binary1001110110000101100100001111110110100110101011100101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D8548

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,133,72); }

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

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

 a { background-color: rgb(157,133,72); }

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

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

 span { border-color: rgb(157,133,72); }

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