#9F7D54

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

Shades of Muesli #9F7D54

Tints of Muesli #9F7D54

Color information

#9F7D54 (or 0x9F7D54) is unknown color: approx Muesli. HEX triplet: 9F, 7D and 54. RGB value is (159,125,84). Sum of RGB (Red+Green+Blue) = 159+125+84=368 (48% of max value = 765). Red value is 159 (62.5% from 255 or 43.21% from 368); Green value is 125 (49.22% from 255 or 33.97% from 368); Blue value is 84 (33.20% from 255 or 22.83% from 368); Max value from RGB is 159 - color contains mainly: red. Hex color #9F7D54 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9F7D54 is #6082AB. Grayscale: #828282. Windows color (decimal): -6324908 or 5537183. OLE color: 5537183.

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

Color convert

RGB15912584-
CMYK00.210.470.38
HSL32.8º30.86%47.65%-
HSV(B)32.8º47.17%62.35%-
XYZ23.2322.6811.54-
YUV130.49101.76148.33-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 43.21%
GREEN value IS 125 (49.22% from 255) = 33.97%
BLUE value IS 84 (33.20% from 255) = 22.83%
R=43.21%
G=33.97%
B=22.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.47
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1591258400.210.470.3832.830.8647.65
Hex9F7D540152F26211f30
Octal2371751240255746413760
Binary100111111111101101010001010110111110011010000111111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F7D54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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