Html Css Color HEX #9F8050 Muesli

📋 copy color: '#9F8050'

red 159 ◦ green 128 ◦ blue 80

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

Shades of Muesli #9F8050

Tints of Muesli #9F8050

RGB

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

 GREEN value IS 128 (50.39% from 255) = 34.88%

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

R = 43.32%
G = 34.88%
B = 21.8%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.50

 K value IS 0.38

RGB Variations

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

Color information

#9F8050 (or 0x9F8050) is known color: Muesli. HEX triplet: 9F, 80 and 50. RGB value is (159,128,80). Sum of RGB (Red+Green+Blue) = 159+128+80=367 (48% of max value = 765). Red value is 159 (62.5% from 255 or 43.32% from 367); Green value is 128 (50.39% from 255 or 34.88% from 367); Blue value is 80 (31.64% from 255 or 21.80% from 367); Max value from RGB is 159 - color contains mainly: red. Hex color #9F8050 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9F8050 is #607FAF. Grayscale: #848484. Windows color (decimal): -6324144 or 5275807. OLE color: 5275807.

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

Color convert

RGB 159 128 80 -
CMYK 0 0.19 0.50 0.38
HSL 36.46º 0.33% 0.47% -
HSV(B) 36.46º 0.5% 0.62% -
XYZ 23.47 23.39 10.87 -
YUV 131.8 98.77 147.4 -
System Red Green Blue C M Y K H S L
Decimal 159 128 80 0 0.19 0.50 0.38 36.46 0.33 0.47
Hex 9F 80 50 0 13 32 26 24 21 2F
Octal 237 200 120 0 23 62 46 44 41 57
Binary 10011111 10000000 1010000 0 10011 110010 100110 100100 100001 101111

Color Harmonies of #9F8050

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F8050

Black with #9F8050

Text Example


Text Example

White with #9F8050

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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