#9F7947

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

Shades of Muesli #9F7947

Tints of Muesli #9F7947

Color information

#9F7947 (or 0x9F7947) is unknown color: approx Muesli. HEX triplet: 9F, 79 and 47. RGB value is (159,121,71). Sum of RGB (Red+Green+Blue) = 159+121+71=351 (46% of max value = 765). Red value is 159 (62.5% from 255 or 45.30% from 351); Green value is 121 (47.66% from 255 or 34.47% from 351); Blue value is 71 (28.12% from 255 or 20.23% from 351); Max value from RGB is 159 - color contains mainly: red. Hex color #9F7947 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9F7947 is #6086B8. Grayscale: #7E7E7E. Windows color (decimal): -6325945 or 4684191. OLE color: 4684191.

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

Color convert

RGB15912171-
CMYK00.240.550.38
HSL34.09º38.26%45.1%-
HSV(B)34.09º55.35%62.35%-
XYZ22.2721.58.94-
YUV126.6696.59151.07-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 45.30%
GREEN value IS 121 (47.66% from 255) = 34.47%
BLUE value IS 71 (28.12% from 255) = 20.23%
R=45.30%
G=34.47%
B=20.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.55
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1591217100.240.550.3834.0938.2645.1
Hex9F7947018372622262d
Octal2371711070306746424655
Binary1001111111110011000111011000110111100110100010100110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F7947

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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