#9F7D59

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

Shades of Muesli #9F7D59

Tints of Muesli #9F7D59

Color information

#9F7D59 (or 0x9F7D59) is unknown color: approx Muesli. HEX triplet: 9F, 7D and 59. RGB value is (159,125,89). Sum of RGB (Red+Green+Blue) = 159+125+89=373 (49% of max value = 765). Red value is 159 (62.5% from 255 or 42.63% from 373); Green value is 125 (49.22% from 255 or 33.51% from 373); Blue value is 89 (35.16% from 255 or 23.86% from 373); Max value from RGB is 159 - color contains mainly: red. Hex color #9F7D59 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9F7D59 is #6082A6. Grayscale: #838383. Windows color (decimal): -6324903 or 5864863. OLE color: 5864863.

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

Color convert

RGB15912589-
CMYK00.210.440.38
HSL30.86º28.23%48.63%-
HSV(B)30.86º44.03%62.35%-
XYZ23.4322.7612.61-
YUV131.06104.26147.93-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 42.63%
GREEN value IS 125 (49.22% from 255) = 33.51%
BLUE value IS 89 (35.16% from 255) = 23.86%
R=42.63%
G=33.51%
B=23.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.44
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1591258900.210.440.3830.8628.2348.63
Hex9F7D590152C261f1c31
Octal2371751310255446373461
Binary10011111111110110110010101011011001001101111111100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F7D59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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