#9F7D49

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

Shades of Muesli #9F7D49

Tints of Muesli #9F7D49

Color information

#9F7D49 (or 0x9F7D49) is unknown color: approx Muesli. HEX triplet: 9F, 7D and 49. RGB value is (159,125,73). Sum of RGB (Red+Green+Blue) = 159+125+73=357 (47% of max value = 765). Red value is 159 (62.5% from 255 or 44.54% from 357); Green value is 125 (49.22% from 255 or 35.01% from 357); Blue value is 73 (28.91% from 255 or 20.45% from 357); Max value from RGB is 159 - color contains mainly: red. Hex color #9F7D49 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9F7D49 is #6082B6. Grayscale: #818181. Windows color (decimal): -6324919 or 4816287. OLE color: 4816287.

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

Color convert

RGB15912573-
CMYK00.210.540.38
HSL36.28º37.07%45.49%-
HSV(B)36.28º54.09%62.35%-
XYZ22.8322.529.45-
YUV129.2496.26149.23-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 44.54%
GREEN value IS 125 (49.22% from 255) = 35.01%
BLUE value IS 73 (28.91% from 255) = 20.45%
R=44.54%
G=35.01%
B=20.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.54
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1591257300.210.540.3836.2837.0745.49
Hex9F7D49015362624252d
Octal2371751110256646444555
Binary1001111111111011001001010101110110100110100100100101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F7D49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,125,73); }

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

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

 a { background-color: rgb(159,125,73); }

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

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

 span { border-color: rgb(159,125,73); }

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