#9B794D

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

Shades of Muesli #9B794D

Tints of Muesli #9B794D

Color information

#9B794D (or 0x9B794D) is unknown color: approx Muesli. HEX triplet: 9B, 79 and 4D. RGB value is (155,121,77). Sum of RGB (Red+Green+Blue) = 155+121+77=353 (46% of max value = 765). Red value is 155 (60.94% from 255 or 43.91% from 353); Green value is 121 (47.66% from 255 or 34.28% from 353); Blue value is 77 (30.47% from 255 or 21.81% from 353); Max value from RGB is 155 - color contains mainly: red. Hex color #9B794D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B794D is #6486B2. Grayscale: #7E7E7E. Windows color (decimal): -6588083 or 5077403. OLE color: 5077403.

HSL color Cylindrical-coordinate representation of color #9B794D: hue angle of 33.85º degrees, saturation: 0.34, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #9B794D is Cyan = 0, Magento = 0.22, Yellow = 0.50 and Black (K on CMYK) = 0.39.

Color convert

RGB15512177-
CMYK00.220.500.39
HSL33.85º33.62%45.49%-
HSV(B)33.85º50.32%60.78%-
XYZ21.6921.189.97-
YUV126.15100.26148.58-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 43.91%
GREEN value IS 121 (47.66% from 255) = 34.28%
BLUE value IS 77 (30.47% from 255) = 21.81%
R=43.91%
G=34.28%
B=21.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.50
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1551217700.220.500.3933.8533.6245.49
Hex9B794D016322722222d
Octal2331711150266247424255
Binary1001101111110011001101010110110010100111100010100010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B794D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,121,77); }

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

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

 a { background-color: rgb(155,121,77); }

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

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

 span { border-color: rgb(155,121,77); }

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