#9B8353

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

Shades of Muesli #9B8353

Tints of Muesli #9B8353

Color information

#9B8353 (or 0x9B8353) is unknown color: approx Muesli. HEX triplet: 9B, 83 and 53. RGB value is (155,131,83). Sum of RGB (Red+Green+Blue) = 155+131+83=369 (48% of max value = 765). Red value is 155 (60.94% from 255 or 42.01% from 369); Green value is 131 (51.56% from 255 or 35.50% from 369); Blue value is 83 (32.81% from 255 or 22.49% from 369); Max value from RGB is 155 - color contains mainly: red. Hex color #9B8353 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9B8353 is #647CAC. Grayscale: #848484. Windows color (decimal): -6585517 or 5473179. OLE color: 5473179.

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

Color convert

RGB15513183-
CMYK00.150.460.39
HSL40º30.25%46.67%-
HSV(B)40º46.45%60.78%-
XYZ23.223.8311.56-
YUV132.799.95143.9-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 42.01%
GREEN value IS 131 (51.56% from 255) = 35.50%
BLUE value IS 83 (32.81% from 255) = 22.49%
R=42.01%
G=35.50%
B=22.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.46
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1551318300.150.460.394030.2546.67
Hex9B83530F2E27281e2f
Octal2332031230175647503657
Binary100110111000001110100110111110111010011110100011110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B8353

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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