Html Css Color HEX #9F8449 Muddy Waters

📋 copy color: '#9F8449'

red 159 ◦ green 132 ◦ blue 73

#9F8449
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Muddy Waters #9F8449

Tints of Muddy Waters #9F8449

RGB

 RED value IS 159 (62.5% from 255) = 43.68%

 GREEN value IS 132 (51.95% from 255) = 36.26%

 BLUE value IS 73 (28.91% from 255) = 20.05%

R = 43.68%
G = 36.26%
B = 20.05%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.54

 K value IS 0.38

RGB Variations

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

Color information

#9F8449 (or 0x9F8449) is known color: Muddy Waters. HEX triplet: 9F, 84 and 49. RGB value is (159,132,73). Sum of RGB (Red+Green+Blue) = 159+132+73=364 (48% of max value = 765). Red value is 159 (62.5% from 255 or 43.68% from 364); Green value is 132 (51.95% from 255 or 36.26% from 364); Blue value is 73 (28.91% from 255 or 20.05% from 364); Max value from RGB is 159 - color contains mainly: red. Hex color #9F8449 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9F8449 is #607BB6. Grayscale: #858585. Windows color (decimal): -6323127 or 4818079. OLE color: 4818079.

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

Color convert

RGB 159 132 73 -
CMYK 0 0.17 0.54 0.38
HSL 41.16º 0.37% 0.45% -
HSV(B) 41.16º 0.54% 0.62% -
XYZ 23.75 24.35 9.75 -
YUV 133.35 93.95 146.3 -
System Red Green Blue C M Y K H S L
Decimal 159 132 73 0 0.17 0.54 0.38 41.16 0.37 0.45
Hex 9F 84 49 0 11 36 26 29 25 2D
Octal 237 204 111 0 21 66 46 51 45 55
Binary 10011111 10000100 1001001 0 10001 110110 100110 101001 100101 101101

Color Harmonies of #9F8449

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F8449

Black with #9F8449

Text Example


Text Example

White with #9F8449

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #9F8449;
 }
 .AnyTagClassName
 {
   color: #9F8449;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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