#9B7B4D

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

Shades of Muesli #9B7B4D

Tints of Muesli #9B7B4D

Color information

#9B7B4D (or 0x9B7B4D) is unknown color: approx Muesli. HEX triplet: 9B, 7B and 4D. RGB value is (155,123,77). Sum of RGB (Red+Green+Blue) = 155+123+77=355 (47% of max value = 765). Red value is 155 (60.94% from 255 or 43.66% from 355); Green value is 123 (48.44% from 255 or 34.65% from 355); Blue value is 77 (30.47% from 255 or 21.69% from 355); Max value from RGB is 155 - color contains mainly: red. Hex color #9B7B4D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B7B4D is #6484B2. Grayscale: #7F7F7F. Windows color (decimal): -6587571 or 5077915. OLE color: 5077915.

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

Color convert

RGB15512377-
CMYK00.210.500.39
HSL35.38º33.62%45.49%-
HSV(B)35.38º50.32%60.78%-
XYZ21.9421.6710.05-
YUV127.3299.6147.74-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 43.66%
GREEN value IS 123 (48.44% from 255) = 34.65%
BLUE value IS 77 (30.47% from 255) = 21.69%
R=43.66%
G=34.65%
B=21.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.50
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1551237700.210.500.3935.3833.6245.49
Hex9B7B4D015322723222d
Octal2331731150256247434255
Binary1001101111110111001101010101110010100111100011100010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B7B4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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