#9F7A54

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

Shades of Muesli #9F7A54

Tints of Muesli #9F7A54

Color information

#9F7A54 (or 0x9F7A54) is unknown color: approx Muesli. HEX triplet: 9F, 7A and 54. RGB value is (159,122,84). Sum of RGB (Red+Green+Blue) = 159+122+84=365 (48% of max value = 765). Red value is 159 (62.5% from 255 or 43.56% from 365); Green value is 122 (48.05% from 255 or 33.42% from 365); Blue value is 84 (33.20% from 255 or 23.01% from 365); Max value from RGB is 159 - color contains mainly: red. Hex color #9F7A54 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9F7A54 is #6085AB. Grayscale: #808080. Windows color (decimal): -6325676 or 5536415. OLE color: 5536415.

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

Color convert

RGB15912284-
CMYK00.230.470.38
HSL30.4º30.86%47.65%-
HSV(B)30.4º47.17%62.35%-
XYZ22.8621.9311.42-
YUV128.73102.76149.59-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 43.56%
GREEN value IS 122 (48.05% from 255) = 33.42%
BLUE value IS 84 (33.20% from 255) = 23.01%
R=43.56%
G=33.42%
B=23.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.47
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1591228400.230.470.3830.430.8647.65
Hex9F7A540172F261e1f30
Octal2371721240275746363760
Binary10011111111101010101000101111011111001101111011111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F7A54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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