#9B8548

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

Shades of Muesli #9B8548

Tints of Muesli #9B8548

Color information

#9B8548 (or 0x9B8548) is unknown color: approx Muesli. HEX triplet: 9B, 85 and 48. RGB value is (155,133,72). Sum of RGB (Red+Green+Blue) = 155+133+72=360 (47% of max value = 765). Red value is 155 (60.94% from 255 or 43.06% from 360); Green value is 133 (52.34% from 255 or 36.94% from 360); Blue value is 72 (28.52% from 255 or 20% from 360); Max value from RGB is 155 - color contains mainly: red. Hex color #9B8548 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9B8548 is #647AB7. Grayscale: #848484. Windows color (decimal): -6585016 or 4752795. OLE color: 4752795.

HSL color Cylindrical-coordinate representation of color #9B8548: hue angle of 44.1º degrees, saturation: 0.37, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #9B8548 is Cyan = 0, Magento = 0.14, Yellow = 0.54 and Black (K on CMYK) = 0.39.

Color convert

RGB15513372-
CMYK00.140.540.39
HSL44.1º36.56%44.51%-
HSV(B)44.1º53.55%60.78%-
XYZ23.0724.219.59-
YUV132.6293.79143.96-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 43.06%
GREEN value IS 133 (52.34% from 255) = 36.94%
BLUE value IS 72 (28.52% from 255) = 20%
R=43.06%
G=36.94%
B=20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.54
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1551337200.140.540.3944.136.5644.51
Hex9B85480E36272c252d
Octal2332051100166647544555
Binary1001101110000101100100001110110110100111101100100101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B8548

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,133,72); }

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

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

 a { background-color: rgb(155,133,72); }

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

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

 span { border-color: rgb(155,133,72); }

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