#9B7A46

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

Shades of Muesli #9B7A46

Tints of Muesli #9B7A46

Color information

#9B7A46 (or 0x9B7A46) is unknown color: approx Muesli. HEX triplet: 9B, 7A and 46. RGB value is (155,122,70). Sum of RGB (Red+Green+Blue) = 155+122+70=347 (45% of max value = 765). Red value is 155 (60.94% from 255 or 44.67% from 347); Green value is 122 (48.05% from 255 or 35.16% from 347); Blue value is 70 (27.73% from 255 or 20.17% from 347); Max value from RGB is 155 - color contains mainly: red. Hex color #9B7A46 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9B7A46 is #6485B9. Grayscale: #7E7E7E. Windows color (decimal): -6587834 or 4618907. OLE color: 4618907.

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

Color convert

RGB15512270-
CMYK00.210.550.39
HSL36.71º37.78%44.12%-
HSV(B)36.71º54.84%60.78%-
XYZ21.5821.338.77-
YUV125.9496.43148.73-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 44.67%
GREEN value IS 122 (48.05% from 255) = 35.16%
BLUE value IS 70 (27.73% from 255) = 20.17%
R=44.67%
G=35.16%
B=20.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.55
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1551227000.210.550.3936.7137.7844.12
Hex9B7A46015372725262c
Octal2331721060256747454654
Binary1001101111110101000110010101110111100111100101100110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B7A46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,122,70); }

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

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

 a { background-color: rgb(155,122,70); }

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

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

 span { border-color: rgb(155,122,70); }

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