Html Css Color HEX #9F884D Muddy Waters

📋 copy color: '#9F884D'

red 159 ◦ green 136 ◦ blue 77

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

Shades of Muddy Waters #9F884D

Tints of Muddy Waters #9F884D

RGB

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

 GREEN value IS 136 (53.52% from 255) = 36.56%

 BLUE value IS 77 (30.47% from 255) = 20.7%

R = 42.74%
G = 36.56%
B = 20.7%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.52

 K value IS 0.38

RGB Variations

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

Color information

#9F884D (or 0x9F884D) is known color: Muddy Waters. HEX triplet: 9F, 88 and 4D. RGB value is (159,136,77). Sum of RGB (Red+Green+Blue) = 159+136+77=372 (49% of max value = 765). Red value is 159 (62.5% from 255 or 42.74% from 372); Green value is 136 (53.52% from 255 or 36.56% from 372); Blue value is 77 (30.47% from 255 or 20.70% from 372); Max value from RGB is 159 - color contains mainly: red. Hex color #9F884D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9F884D is #6077B2. Grayscale: #888888. Windows color (decimal): -6322099 or 5081247. OLE color: 5081247.

HSL color Cylindrical-coordinate representation of color #9F884D: hue angle of 43.17º degrees, saturation: 0.35, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #9F884D is Cyan = 0, Magento = 0.14, Yellow = 0.52 and Black (K on CMYK) = 0.38.

Color convert

RGB 159 136 77 -
CMYK 0 0.14 0.52 0.38
HSL 43.17º 0.35% 0.46% -
HSV(B) 43.17º 0.52% 0.62% -
XYZ 24.44 25.52 10.66 -
YUV 136.15 94.62 144.3 -
System Red Green Blue C M Y K H S L
Decimal 159 136 77 0 0.14 0.52 0.38 43.17 0.35 0.46
Hex 9F 88 4D 0 E 34 26 2B 23 2E
Octal 237 210 115 0 16 64 46 53 43 56
Binary 10011111 10001000 1001101 0 1110 110100 100110 101011 100011 101110

Color Harmonies of #9F884D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F884D

Black with #9F884D

Text Example


Text Example

White with #9F884D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,136,77); }

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

background-color css

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

 a { background-color: rgb(159,136,77); }

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

border-color css

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

 span { border-color: rgb(159,136,77); }

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