#9B7C53

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

Shades of Muesli #9B7C53

Tints of Muesli #9B7C53

Color information

#9B7C53 (or 0x9B7C53) is unknown color: approx Muesli. HEX triplet: 9B, 7C and 53. RGB value is (155,124,83). Sum of RGB (Red+Green+Blue) = 155+124+83=362 (47% of max value = 765). Red value is 155 (60.94% from 255 or 42.82% from 362); Green value is 124 (48.83% from 255 or 34.25% from 362); Blue value is 83 (32.81% from 255 or 22.93% from 362); Max value from RGB is 155 - color contains mainly: red. Hex color #9B7C53 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B7C53 is #6483AC. Grayscale: #808080. Windows color (decimal): -6587309 or 5471387. OLE color: 5471387.

HSL color Cylindrical-coordinate representation of color #9B7C53: hue angle of 34.17º degrees, saturation: 0.3, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #9B7C53 is Cyan = 0, Magento = 0.2, Yellow = 0.46 and Black (K on CMYK) = 0.39.

Color convert

RGB15512483-
CMYK00.20.460.39
HSL34.17º30.25%46.67%-
HSV(B)34.17º46.45%60.78%-
XYZ22.2922.0111.26-
YUV128.6102.27146.83-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 42.82%
GREEN value IS 124 (48.83% from 255) = 34.25%
BLUE value IS 83 (32.81% from 255) = 22.93%
R=42.82%
G=34.25%
B=22.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.2
Y (Yellow) values IS 0.46
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1551248300.20.460.3934.1730.2546.67
Hex9B7C530142E27221e2f
Octal2331741230245647423657
Binary100110111111100101001101010010111010011110001011110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B7C53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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