#9B7950

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

Shades of Muesli #9B7950

Tints of Muesli #9B7950

Color information

#9B7950 (or 0x9B7950) is unknown color: approx Muesli. HEX triplet: 9B, 79 and 50. RGB value is (155,121,80). Sum of RGB (Red+Green+Blue) = 155+121+80=356 (47% of max value = 765). Red value is 155 (60.94% from 255 or 43.54% from 356); Green value is 121 (47.66% from 255 or 33.99% from 356); Blue value is 80 (31.64% from 255 or 22.47% from 356); Max value from RGB is 155 - color contains mainly: red. Hex color #9B7950 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B7950 is #6486AF. Grayscale: #7E7E7E. Windows color (decimal): -6588080 or 5274011. OLE color: 5274011.

HSL color Cylindrical-coordinate representation of color #9B7950: hue angle of 32.8º degrees, saturation: 0.32, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #9B7950 is Cyan = 0, Magento = 0.22, Yellow = 0.48 and Black (K on CMYK) = 0.39.

Color convert

RGB15512180-
CMYK00.220.480.39
HSL32.8º31.91%46.08%-
HSV(B)32.8º48.39%60.78%-
XYZ21.821.2210.54-
YUV126.49101.76148.33-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 43.54%
GREEN value IS 121 (47.66% from 255) = 33.99%
BLUE value IS 80 (31.64% from 255) = 22.47%
R=43.54%
G=33.99%
B=22.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.48
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1551218000.220.480.3932.831.9146.08
Hex9B7950016302721202e
Octal2331711200266047414056
Binary1001101111110011010000010110110000100111100001100000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B7950

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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