#9B7C4D

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

Shades of Muesli #9B7C4D

Tints of Muesli #9B7C4D

Color information

#9B7C4D (or 0x9B7C4D) is unknown color: approx Muesli. HEX triplet: 9B, 7C and 4D. RGB value is (155,124,77). Sum of RGB (Red+Green+Blue) = 155+124+77=356 (47% of max value = 765). Red value is 155 (60.94% from 255 or 43.54% from 356); Green value is 124 (48.83% from 255 or 34.83% from 356); Blue value is 77 (30.47% from 255 or 21.63% from 356); Max value from RGB is 155 - color contains mainly: red. Hex color #9B7C4D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B7C4D is #6483B2. Grayscale: #808080. Windows color (decimal): -6587315 or 5078171. OLE color: 5078171.

HSL color Cylindrical-coordinate representation of color #9B7C4D: hue angle of 36.15º degrees, saturation: 0.34, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #9B7C4D is Cyan = 0, Magento = 0.2, Yellow = 0.50 and Black (K on CMYK) = 0.39.

Color convert

RGB15512477-
CMYK00.20.500.39
HSL36.15º33.62%45.49%-
HSV(B)36.15º50.32%60.78%-
XYZ22.0621.9210.09-
YUV127.9199.27147.32-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 43.54%
GREEN value IS 124 (48.83% from 255) = 34.83%
BLUE value IS 77 (30.47% from 255) = 21.63%
R=43.54%
G=34.83%
B=21.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.2
Y (Yellow) values IS 0.50
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1551247700.20.500.3936.1533.6245.49
Hex9B7C4D014322724222d
Octal2331741150246247444255
Binary1001101111111001001101010100110010100111100100100010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B7C4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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