Html Css Color HEX #9F8750 Muddy Waters

📋 copy color: '#9F8750'

red 159 ◦ green 135 ◦ blue 80

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

Shades of Muddy Waters #9F8750

Tints of Muddy Waters #9F8750

RGB

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

 GREEN value IS 135 (53.13% from 255) = 36.1%

 BLUE value IS 80 (31.64% from 255) = 21.39%

R = 42.51%
G = 36.1%
B = 21.39%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.50

 K value IS 0.38

RGB Variations

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

Color information

#9F8750 (or 0x9F8750) is known color: Muddy Waters. HEX triplet: 9F, 87 and 50. RGB value is (159,135,80). Sum of RGB (Red+Green+Blue) = 159+135+80=374 (49% of max value = 765). Red value is 159 (62.5% from 255 or 42.51% from 374); Green value is 135 (53.12% from 255 or 36.10% from 374); Blue value is 80 (31.64% from 255 or 21.39% from 374); Max value from RGB is 159 - color contains mainly: red. Hex color #9F8750 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9F8750 is #6078AF. Grayscale: #888888. Windows color (decimal): -6322352 or 5277599. OLE color: 5277599.

HSL color Cylindrical-coordinate representation of color #9F8750: hue angle of 41.77º degrees, saturation: 0.33, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #9F8750 is Cyan = 0, Magento = 0.15, Yellow = 0.50 and Black (K on CMYK) = 0.38.

Color convert

RGB 159 135 80 -
CMYK 0 0.15 0.50 0.38
HSL 41.77º 0.33% 0.47% -
HSV(B) 41.77º 0.5% 0.62% -
XYZ 24.41 25.28 11.18 -
YUV 135.91 96.45 144.47 -
System Red Green Blue C M Y K H S L
Decimal 159 135 80 0 0.15 0.50 0.38 41.77 0.33 0.47
Hex 9F 87 50 0 F 32 26 2A 21 2F
Octal 237 207 120 0 17 62 46 52 41 57
Binary 10011111 10000111 1010000 0 1111 110010 100110 101010 100001 101111

Color Harmonies of #9F8750

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F8750

Black with #9F8750

Text Example


Text Example

White with #9F8750

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,135,80); }

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

background-color css

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

 a { background-color: rgb(159,135,80); }

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

border-color css

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

 span { border-color: rgb(159,135,80); }

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