#9B7C44

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

Shades of Muesli #9B7C44

Tints of Muesli #9B7C44

Color information

#9B7C44 (or 0x9B7C44) is unknown color: approx Muesli. HEX triplet: 9B, 7C and 44. RGB value is (155,124,68). Sum of RGB (Red+Green+Blue) = 155+124+68=347 (45% of max value = 765). Red value is 155 (60.94% from 255 or 44.67% from 347); Green value is 124 (48.83% from 255 or 35.73% from 347); Blue value is 68 (26.95% from 255 or 19.60% from 347); Max value from RGB is 155 - color contains mainly: red. Hex color #9B7C44 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9B7C44 is #6483BB. Grayscale: #7F7F7F. Windows color (decimal): -6587324 or 4488347. OLE color: 4488347.

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

Color convert

RGB15512468-
CMYK00.20.560.39
HSL38.62º39.01%43.73%-
HSV(B)38.62º56.13%60.78%-
XYZ21.7721.88.53-
YUV126.8894.77148.05-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 44.67%
GREEN value IS 124 (48.83% from 255) = 35.73%
BLUE value IS 68 (26.95% from 255) = 19.60%
R=44.67%
G=35.73%
B=19.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.2
Y (Yellow) values IS 0.56
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1551246800.20.560.3938.6239.0143.73
Hex9B7C44014382727272c
Octal2331741040247047474754
Binary1001101111111001000100010100111000100111100111100111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B7C44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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