#9B8045

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

Shades of Muesli #9B8045

Tints of Muesli #9B8045

Color information

#9B8045 (or 0x9B8045) is unknown color: approx Muesli. HEX triplet: 9B, 80 and 45. RGB value is (155,128,69). Sum of RGB (Red+Green+Blue) = 155+128+69=352 (46% of max value = 765). Red value is 155 (60.94% from 255 or 44.03% from 352); Green value is 128 (50.39% from 255 or 36.36% from 352); Blue value is 69 (27.34% from 255 or 19.60% from 352); Max value from RGB is 155 - color contains mainly: red. Hex color #9B8045 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9B8045 is #647FBA. Grayscale: #818181. Windows color (decimal): -6586299 or 4554907. OLE color: 4554907.

HSL color Cylindrical-coordinate representation of color #9B8045: hue angle of 41.16º degrees, saturation: 0.38, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #9B8045 is Cyan = 0, Magento = 0.17, Yellow = 0.55 and Black (K on CMYK) = 0.39.

Color convert

RGB15512869-
CMYK00.170.550.39
HSL41.16º38.39%43.92%-
HSV(B)41.16º55.48%60.78%-
XYZ22.3122.848.86-
YUV129.3593.95146.3-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 44.03%
GREEN value IS 128 (50.39% from 255) = 36.36%
BLUE value IS 69 (27.34% from 255) = 19.60%
R=44.03%
G=36.36%
B=19.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.55
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1551286900.170.550.3941.1638.3943.92
Hex9B8045011372729262c
Octal2332001050216747514654
Binary10011011100000001000101010001110111100111101001100110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B8045

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,128,69); }

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

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

 a { background-color: rgb(155,128,69); }

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

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

 span { border-color: rgb(155,128,69); }

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