#9B7C45

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

Shades of Muesli #9B7C45

Tints of Muesli #9B7C45

Color information

#9B7C45 (or 0x9B7C45) is unknown color: approx Muesli. HEX triplet: 9B, 7C and 45. RGB value is (155,124,69). Sum of RGB (Red+Green+Blue) = 155+124+69=348 (46% of max value = 765). Red value is 155 (60.94% from 255 or 44.54% from 348); Green value is 124 (48.83% from 255 or 35.63% from 348); Blue value is 69 (27.34% from 255 or 19.83% from 348); Max value from RGB is 155 - color contains mainly: red. Hex color #9B7C45 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9B7C45 is #6483BA. Grayscale: #7F7F7F. Windows color (decimal): -6587323 or 4553883. OLE color: 4553883.

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

Color convert

RGB15512469-
CMYK00.20.550.39
HSL38.37º38.39%43.92%-
HSV(B)38.37º55.48%60.78%-
XYZ21.821.818.69-
YUV12795.27147.97-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 44.54%
GREEN value IS 124 (48.83% from 255) = 35.63%
BLUE value IS 69 (27.34% from 255) = 19.83%
R=44.54%
G=35.63%
B=19.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.2
Y (Yellow) values IS 0.55
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1551246900.20.550.3938.3738.3943.92
Hex9B7C45014372726262c
Octal2331741050246747464654
Binary1001101111111001000101010100110111100111100110100110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B7C45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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