#9B8850

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

Shades of Muesli #9B8850

Tints of Muesli #9B8850

Color information

#9B8850 (or 0x9B8850) is unknown color: approx Muesli. HEX triplet: 9B, 88 and 50. RGB value is (155,136,80). Sum of RGB (Red+Green+Blue) = 155+136+80=371 (49% of max value = 765). Red value is 155 (60.94% from 255 or 41.78% from 371); Green value is 136 (53.52% from 255 or 36.66% from 371); Blue value is 80 (31.64% from 255 or 21.56% from 371); Max value from RGB is 155 - color contains mainly: red. Hex color #9B8850 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9B8850 is #6477AF. Grayscale: #878787. Windows color (decimal): -6584240 or 5277851. OLE color: 5277851.

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

Color convert

RGB15513680-
CMYK00.120.480.39
HSL44.8º31.91%46.08%-
HSV(B)44.8º48.39%60.78%-
XYZ23.7725.1611.19-
YUV135.396.79142.05-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 41.78%
GREEN value IS 136 (53.52% from 255) = 36.66%
BLUE value IS 80 (31.64% from 255) = 21.56%
R=41.78%
G=36.66%
B=21.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.48
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1551368000.120.480.3944.831.9146.08
Hex9B88500C30272d202e
Octal2332101200146047554056
Binary1001101110001000101000001100110000100111101101100000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B8850

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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