#9B845A

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

Shades of Muesli #9B845A

Tints of Muesli #9B845A

Color information

#9B845A (or 0x9B845A) is unknown color: approx Muesli. HEX triplet: 9B, 84 and 5A. RGB value is (155,132,90). Sum of RGB (Red+Green+Blue) = 155+132+90=377 (49% of max value = 765). Red value is 155 (60.94% from 255 or 41.11% from 377); Green value is 132 (51.95% from 255 or 35.01% from 377); Blue value is 90 (35.55% from 255 or 23.87% from 377); Max value from RGB is 155 - color contains mainly: red. Hex color #9B845A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9B845A is #647BA5. Grayscale: #868686. Windows color (decimal): -6585254 or 5932187. OLE color: 5932187.

HSL color Cylindrical-coordinate representation of color #9B845A: hue angle of 38.77º degrees, saturation: 0.27, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #9B845A is Cyan = 0, Magento = 0.15, Yellow = 0.42 and Black (K on CMYK) = 0.39.

Color convert

RGB15513290-
CMYK00.150.420.39
HSL38.77º26.53%48.04%-
HSV(B)38.77º41.94%60.78%-
XYZ23.6124.2113.1-
YUV134.09103.12142.92-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 41.11%
GREEN value IS 132 (51.95% from 255) = 35.01%
BLUE value IS 90 (35.55% from 255) = 23.87%
R=41.11%
G=35.01%
B=23.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.42
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1551329000.150.420.3938.7726.5348.04
Hex9B845A0F2A27271b30
Octal2332041320175247473360
Binary100110111000010010110100111110101010011110011111011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B845A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,132,90); }

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

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

 a { background-color: rgb(155,132,90); }

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

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

 span { border-color: rgb(155,132,90); }

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