Html Css Color HEX #9F884B Muddy Waters

📋 copy color: '#9F884B'

red 159 ◦ green 136 ◦ blue 75

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

Shades of Muddy Waters #9F884B

Tints of Muddy Waters #9F884B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 20.27%

R = 42.97%
G = 36.76%
B = 20.27%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.53

 K value IS 0.38

RGB Variations

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

Color information

#9F884B (or 0x9F884B) is known color: Muddy Waters. HEX triplet: 9F, 88 and 4B. RGB value is (159,136,75). Sum of RGB (Red+Green+Blue) = 159+136+75=370 (49% of max value = 765). Red value is 159 (62.5% from 255 or 42.97% from 370); Green value is 136 (53.52% from 255 or 36.76% from 370); Blue value is 75 (29.69% from 255 or 20.27% from 370); Max value from RGB is 159 - color contains mainly: red. Hex color #9F884B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9F884B is #6077B4. Grayscale: #888888. Windows color (decimal): -6322101 or 4950175. OLE color: 4950175.

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

Color convert

RGB 159 136 75 -
CMYK 0 0.14 0.53 0.38
HSL 43.57º 0.36% 0.46% -
HSV(B) 43.57º 0.53% 0.62% -
XYZ 24.37 25.49 10.29 -
YUV 135.92 93.62 144.46 -
System Red Green Blue C M Y K H S L
Decimal 159 136 75 0 0.14 0.53 0.38 43.57 0.36 0.46
Hex 9F 88 4B 0 E 35 26 2C 24 2E
Octal 237 210 113 0 16 65 46 54 44 56
Binary 10011111 10001000 1001011 0 1110 110101 100110 101100 100100 101110

Color Harmonies of #9F884B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F884B

Black with #9F884B

Text Example


Text Example

White with #9F884B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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