#9B7945

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

Shades of Muesli #9B7945

Tints of Muesli #9B7945

Color information

#9B7945 (or 0x9B7945) is unknown color: approx Muesli. HEX triplet: 9B, 79 and 45. RGB value is (155,121,69). Sum of RGB (Red+Green+Blue) = 155+121+69=345 (45% of max value = 765). Red value is 155 (60.94% from 255 or 44.93% from 345); Green value is 121 (47.66% from 255 or 35.07% from 345); Blue value is 69 (27.34% from 255 or 20% from 345); Max value from RGB is 155 - color contains mainly: red. Hex color #9B7945 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9B7945 is #6486BA. Grayscale: #7D7D7D. Windows color (decimal): -6588091 or 4553115. OLE color: 4553115.

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

Color convert

RGB15512169-
CMYK00.220.550.39
HSL36.28º38.39%43.92%-
HSV(B)36.28º55.48%60.78%-
XYZ21.4321.078.57-
YUV125.2496.26149.23-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 44.93%
GREEN value IS 121 (47.66% from 255) = 35.07%
BLUE value IS 69 (27.34% from 255) = 20%
R=44.93%
G=35.07%
B=20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.55
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1551216900.220.550.3936.2838.3943.92
Hex9B7945016372724262c
Octal2331711050266747444654
Binary1001101111110011000101010110110111100111100100100110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B7945

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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