#9F7A47

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

Shades of Muesli #9F7A47

Tints of Muesli #9F7A47

Color information

#9F7A47 (or 0x9F7A47) is unknown color: approx Muesli. HEX triplet: 9F, 7A and 47. RGB value is (159,122,71). Sum of RGB (Red+Green+Blue) = 159+122+71=352 (46% of max value = 765). Red value is 159 (62.5% from 255 or 45.17% from 352); Green value is 122 (48.05% from 255 or 34.66% from 352); Blue value is 71 (28.12% from 255 or 20.17% from 352); Max value from RGB is 159 - color contains mainly: red. Hex color #9F7A47 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9F7A47 is #6085B8. Grayscale: #7F7F7F. Windows color (decimal): -6325689 or 4684447. OLE color: 4684447.

HSL color Cylindrical-coordinate representation of color #9F7A47: hue angle of 34.77º degrees, saturation: 0.38, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #9F7A47 is Cyan = 0, Magento = 0.23, Yellow = 0.55 and Black (K on CMYK) = 0.38.

Color convert

RGB15912271-
CMYK00.230.550.38
HSL34.77º38.26%45.1%-
HSV(B)34.77º55.35%62.35%-
XYZ22.3921.748.98-
YUV127.2596.26150.65-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 45.17%
GREEN value IS 122 (48.05% from 255) = 34.66%
BLUE value IS 71 (28.12% from 255) = 20.17%
R=45.17%
G=34.66%
B=20.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.55
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1591227100.230.550.3834.7738.2645.1
Hex9F7A47017372623262d
Octal2371721070276746434655
Binary1001111111110101000111010111110111100110100011100110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F7A47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,122,71); }

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

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

 a { background-color: rgb(159,122,71); }

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

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

 span { border-color: rgb(159,122,71); }

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