#9F794F

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

Shades of Muesli #9F794F

Tints of Muesli #9F794F

Color information

#9F794F (or 0x9F794F) is unknown color: approx Muesli. HEX triplet: 9F, 79 and 4F. RGB value is (159,121,79). Sum of RGB (Red+Green+Blue) = 159+121+79=359 (47% of max value = 765). Red value is 159 (62.5% from 255 or 44.29% from 359); Green value is 121 (47.66% from 255 or 33.70% from 359); Blue value is 79 (31.25% from 255 or 22.01% from 359); Max value from RGB is 159 - color contains mainly: red. Hex color #9F794F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9F794F is #6086B0. Grayscale: #7F7F7F. Windows color (decimal): -6325937 or 5208479. OLE color: 5208479.

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

Color convert

RGB15912179-
CMYK00.240.500.38
HSL31.5º33.61%46.67%-
HSV(B)31.5º50.31%62.35%-
XYZ22.5521.6110.38-
YUV127.57100.59150.42-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 44.29%
GREEN value IS 121 (47.66% from 255) = 33.70%
BLUE value IS 79 (31.25% from 255) = 22.01%
R=44.29%
G=33.70%
B=22.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.50
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1591217900.240.500.3831.533.6146.67
Hex9F794F01832261f222f
Octal2371711170306246374257
Binary100111111111001100111101100011001010011011111100010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F794F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,121,79); }

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

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

 a { background-color: rgb(159,121,79); }

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

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

 span { border-color: rgb(159,121,79); }

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