#9F7F53

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

Shades of Muesli #9F7F53

Tints of Muesli #9F7F53

Color information

#9F7F53 (or 0x9F7F53) is unknown color: approx Muesli. HEX triplet: 9F, 7F and 53. RGB value is (159,127,83). Sum of RGB (Red+Green+Blue) = 159+127+83=369 (48% of max value = 765). Red value is 159 (62.5% from 255 or 43.09% from 369); Green value is 127 (50% from 255 or 34.42% from 369); Blue value is 83 (32.81% from 255 or 22.49% from 369); Max value from RGB is 159 - color contains mainly: red. Hex color #9F7F53 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9F7F53 is #6080AC. Grayscale: #838383. Windows color (decimal): -6324397 or 5472159. OLE color: 5472159.

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

Color convert

RGB15912783-
CMYK00.200.480.38
HSL34.74º31.4%47.45%-
HSV(B)34.74º47.8%62.35%-
XYZ23.4523.1711.42-
YUV131.55100.6147.58-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 43.09%
GREEN value IS 127 (50% from 255) = 34.42%
BLUE value IS 83 (32.81% from 255) = 22.49%
R=43.09%
G=34.42%
B=22.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.48
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1591278300.200.480.3834.7431.447.45
Hex9F7F530143026231f2f
Octal2371771230246046433757
Binary100111111111111101001101010011000010011010001111111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F7F53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,127,83); }

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

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

 a { background-color: rgb(159,127,83); }

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

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

 span { border-color: rgb(159,127,83); }

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