#9E8245

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

Shades of Muddy Waters #9E8245

Tints of Muddy Waters #9E8245

Color information

#9E8245 (or 0x9E8245) is unknown color: approx Muddy Waters. HEX triplet: 9E, 82 and 45. RGB value is (158,130,69). Sum of RGB (Red+Green+Blue) = 158+130+69=357 (47% of max value = 765). Red value is 158 (62.11% from 255 or 44.26% from 357); Green value is 130 (51.17% from 255 or 36.41% from 357); Blue value is 69 (27.34% from 255 or 19.33% from 357); Max value from RGB is 158 - color contains mainly: red. Hex color #9E8245 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9E8245 is #617DBA. Grayscale: #838383. Windows color (decimal): -6389179 or 4555422. OLE color: 4555422.

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

Color convert

RGB15813069-
CMYK00.180.560.38
HSL41.12º39.21%44.51%-
HSV(B)41.12º56.33%61.96%-
XYZ23.1623.668.98-
YUV131.4292.78146.96-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 44.26%
GREEN value IS 130 (51.17% from 255) = 36.41%
BLUE value IS 69 (27.34% from 255) = 19.33%
R=44.26%
G=36.41%
B=19.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.56
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1581306900.180.560.3841.1239.2144.51
Hex9E8245012382629272d
Octal2362021050227046514755
Binary10011110100000101000101010010111000100110101001100111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E8245

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,130,69); }

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

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

 a { background-color: rgb(158,130,69); }

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

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

 span { border-color: rgb(158,130,69); }

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