#9F7A41

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

Shades of Muesli #9F7A41

Tints of Muesli #9F7A41

Color information

#9F7A41 (or 0x9F7A41) is unknown color: approx Muesli. HEX triplet: 9F, 7A and 41. RGB value is (159,122,65). Sum of RGB (Red+Green+Blue) = 159+122+65=346 (45% of max value = 765). Red value is 159 (62.5% from 255 or 45.95% from 346); Green value is 122 (48.05% from 255 or 35.26% from 346); Blue value is 65 (25.78% from 255 or 18.79% from 346); Max value from RGB is 159 - color contains mainly: red. Hex color #9F7A41 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9F7A41 is #6085BE. Grayscale: #7E7E7E. Windows color (decimal): -6325695 or 4291231. OLE color: 4291231.

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

Color convert

RGB15912265-
CMYK00.230.590.38
HSL36.38º41.96%43.92%-
HSV(B)36.38º59.12%62.35%-
XYZ22.2121.678.01-
YUV126.5693.26151.13-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 45.95%
GREEN value IS 122 (48.05% from 255) = 35.26%
BLUE value IS 65 (25.78% from 255) = 18.79%
R=45.95%
G=35.26%
B=18.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.59
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1591226500.230.590.3836.3841.9643.92
Hex9F7A410173B26242a2c
Octal2371721010277346445254
Binary1001111111110101000001010111111011100110100100101010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F7A41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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