Html Css Color HEX #9F8549 Muddy Waters

📋 copy color: '#9F8549'

red 159 ◦ green 133 ◦ blue 73

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

Shades of Muddy Waters #9F8549

Tints of Muddy Waters #9F8549

RGB

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

 GREEN value IS 133 (52.34% from 255) = 36.44%

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

R = 43.56%
G = 36.44%
B = 20%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.54

 K value IS 0.38

RGB Variations

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

Color information

#9F8549 (or 0x9F8549) is known color: Muddy Waters. HEX triplet: 9F, 85 and 49. RGB value is (159,133,73). Sum of RGB (Red+Green+Blue) = 159+133+73=365 (48% of max value = 765). Red value is 159 (62.5% from 255 or 43.56% from 365); Green value is 133 (52.34% from 255 or 36.44% from 365); Blue value is 73 (28.91% from 255 or 20% from 365); Max value from RGB is 159 - color contains mainly: red. Hex color #9F8549 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9F8549 is #607AB6. Grayscale: #868686. Windows color (decimal): -6322871 or 4818335. OLE color: 4818335.

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

Color convert

RGB 159 133 73 -
CMYK 0 0.16 0.54 0.38
HSL 41.86º 0.37% 0.45% -
HSV(B) 41.86º 0.54% 0.62% -
XYZ 23.89 24.63 9.8 -
YUV 133.93 93.61 145.88 -
System Red Green Blue C M Y K H S L
Decimal 159 133 73 0 0.16 0.54 0.38 41.86 0.37 0.45
Hex 9F 85 49 0 10 36 26 2A 25 2D
Octal 237 205 111 0 20 66 46 52 45 55
Binary 10011111 10000101 1001001 0 10000 110110 100110 101010 100101 101101

Color Harmonies of #9F8549

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F8549

Black with #9F8549

Text Example


Text Example

White with #9F8549

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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