#9F804A

Color #9F804A Muesli (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Muesli #9F804A

Tints of Muesli #9F804A

Color information

#9F804A (or 0x9F804A) is unknown color: approx Muesli. HEX triplet: 9F, 80 and 4A. RGB value is (159,128,74). Sum of RGB (Red+Green+Blue) = 159+128+74=361 (47% of max value = 765). Red value is 159 (62.5% from 255 or 44.04% from 361); Green value is 128 (50.39% from 255 or 35.46% from 361); Blue value is 74 (29.30% from 255 or 20.50% from 361); Max value from RGB is 159 - color contains mainly: red. Hex color #9F804A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9F804A is #607FB5. Grayscale: #838383. Windows color (decimal): -6324150 or 4882591. OLE color: 4882591.

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

Color convert

RGB15912874-
CMYK00.190.530.38
HSL38.12º36.48%45.69%-
HSV(B)38.12º53.46%62.35%-
XYZ23.2523.39.75-
YUV131.1195.77147.89-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 44.04%
GREEN value IS 128 (50.39% from 255) = 35.46%
BLUE value IS 74 (29.30% from 255) = 20.50%
R=44.04%
G=35.46%
B=20.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.53
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1591287400.190.530.3838.1236.4845.69
Hex9F804A013352626242e
Octal2372001120236546464456
Binary10011111100000001001010010011110101100110100110100100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F804A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #9F804A;
 }
 .AnyTagClassName
 {
   color: #9F804A;
 }
</style>
background-color css

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

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

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

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

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

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