#9B8555

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

Shades of Muesli #9B8555

Tints of Muesli #9B8555

Color information

#9B8555 (or 0x9B8555) is unknown color: approx Muesli. HEX triplet: 9B, 85 and 55. RGB value is (155,133,85). Sum of RGB (Red+Green+Blue) = 155+133+85=373 (49% of max value = 765). Red value is 155 (60.94% from 255 or 41.55% from 373); Green value is 133 (52.34% from 255 or 35.66% from 373); Blue value is 85 (33.59% from 255 or 22.79% from 373); Max value from RGB is 155 - color contains mainly: red. Hex color #9B8555 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9B8555 is #647AAA. Grayscale: #868686. Windows color (decimal): -6585003 or 5604763. OLE color: 5604763.

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

Color convert

RGB15513385-
CMYK00.140.450.39
HSL41.14º29.17%47.06%-
HSV(B)41.14º45.16%60.78%-
XYZ23.5424.412.06-
YUV134.11100.29142.9-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 41.55%
GREEN value IS 133 (52.34% from 255) = 35.66%
BLUE value IS 85 (33.59% from 255) = 22.79%
R=41.55%
G=35.66%
B=22.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.45
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1551338500.140.450.3941.1429.1747.06
Hex9B85550E2D27291d2f
Octal2332051250165547513557
Binary100110111000010110101010111010110110011110100111101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B8555

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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