#9B8953

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

Shades of Muesli #9B8953

Tints of Muesli #9B8953

Color information

#9B8953 (or 0x9B8953) is unknown color: approx Muesli. HEX triplet: 9B, 89 and 53. RGB value is (155,137,83). Sum of RGB (Red+Green+Blue) = 155+137+83=375 (49% of max value = 765). Red value is 155 (60.94% from 255 or 41.33% from 375); Green value is 137 (53.91% from 255 or 36.53% from 375); Blue value is 83 (32.81% from 255 or 22.13% from 375); Max value from RGB is 155 - color contains mainly: red. Hex color #9B8953 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9B8953 is #6476AC. Grayscale: #888888. Windows color (decimal): -6583981 or 5474715. OLE color: 5474715.

HSL color Cylindrical-coordinate representation of color #9B8953: hue angle of 45º 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 #9B8953 is Cyan = 0, Magento = 0.12, Yellow = 0.46 and Black (K on CMYK) = 0.39.

Color convert

RGB15513783-
CMYK00.120.460.39
HSL45º30.25%46.67%-
HSV(B)45º46.45%60.78%-
XYZ24.0225.4811.84-
YUV136.2397.96141.39-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 41.33%
GREEN value IS 137 (53.91% from 255) = 36.53%
BLUE value IS 83 (32.81% from 255) = 22.13%
R=41.33%
G=36.53%
B=22.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.46
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1551378300.120.460.394530.2546.67
Hex9B89530C2E272d1e2f
Octal2332111230145647553657
Binary100110111000100110100110110010111010011110110111110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B8953

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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