#9B8350

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

Shades of Muesli #9B8350

Tints of Muesli #9B8350

Color information

#9B8350 (or 0x9B8350) is unknown color: approx Muesli. HEX triplet: 9B, 83 and 50. RGB value is (155,131,80). Sum of RGB (Red+Green+Blue) = 155+131+80=366 (48% of max value = 765). Red value is 155 (60.94% from 255 or 42.35% from 366); Green value is 131 (51.56% from 255 or 35.79% from 366); Blue value is 80 (31.64% from 255 or 21.86% from 366); Max value from RGB is 155 - color contains mainly: red. Hex color #9B8350 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9B8350 is #647CAF. Grayscale: #848484. Windows color (decimal): -6585520 or 5276571. OLE color: 5276571.

HSL color Cylindrical-coordinate representation of color #9B8350: hue angle of 40.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 #9B8350 is Cyan = 0, Magento = 0.15, Yellow = 0.48 and Black (K on CMYK) = 0.39.

Color convert

RGB15513180-
CMYK00.150.480.39
HSL40.8º31.91%46.08%-
HSV(B)40.8º48.39%60.78%-
XYZ23.0823.7810.96-
YUV132.3698.45144.15-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 42.35%
GREEN value IS 131 (51.56% from 255) = 35.79%
BLUE value IS 80 (31.64% from 255) = 21.86%
R=42.35%
G=35.79%
B=21.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.48
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1551318000.150.480.3940.831.9146.08
Hex9B83500F302729202e
Octal2332031200176047514056
Binary1001101110000011101000001111110000100111101001100000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B8350

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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