#9B8750

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

Shades of Muesli #9B8750

Tints of Muesli #9B8750

Color information

#9B8750 (or 0x9B8750) is unknown color: approx Muesli. HEX triplet: 9B, 87 and 50. RGB value is (155,135,80). Sum of RGB (Red+Green+Blue) = 155+135+80=370 (49% of max value = 765). Red value is 155 (60.94% from 255 or 41.89% from 370); Green value is 135 (53.12% from 255 or 36.49% from 370); Blue value is 80 (31.64% from 255 or 21.62% from 370); Max value from RGB is 155 - color contains mainly: red. Hex color #9B8750 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9B8750 is #6478AF. Grayscale: #868686. Windows color (decimal): -6584496 or 5277595. OLE color: 5277595.

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

Color convert

RGB15513580-
CMYK00.130.480.39
HSL44º31.91%46.08%-
HSV(B)44º48.39%60.78%-
XYZ23.6324.8811.15-
YUV134.7197.13142.47-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 41.89%
GREEN value IS 135 (53.12% from 255) = 36.49%
BLUE value IS 80 (31.64% from 255) = 21.62%
R=41.89%
G=36.49%
B=21.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.48
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1551358000.130.480.394431.9146.08
Hex9B87500D30272c202e
Octal2332071200156047544056
Binary1001101110000111101000001101110000100111101100100000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B8750

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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