#9B784B

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

Shades of Muesli #9B784B

Tints of Muesli #9B784B

Color information

#9B784B (or 0x9B784B) is unknown color: approx Muesli. HEX triplet: 9B, 78 and 4B. RGB value is (155,120,75). Sum of RGB (Red+Green+Blue) = 155+120+75=350 (46% of max value = 765). Red value is 155 (60.94% from 255 or 44.29% from 350); Green value is 120 (47.27% from 255 or 34.29% from 350); Blue value is 75 (29.69% from 255 or 21.43% from 350); Max value from RGB is 155 - color contains mainly: red. Hex color #9B784B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9B784B is #6487B4. Grayscale: #7D7D7D. Windows color (decimal): -6588341 or 4946075. OLE color: 4946075.

HSL color Cylindrical-coordinate representation of color #9B784B: hue angle of 33.75º degrees, saturation: 0.35, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #9B784B is Cyan = 0, Magento = 0.23, Yellow = 0.52 and Black (K on CMYK) = 0.39.

Color convert

RGB15512075-
CMYK00.230.520.39
HSL33.75º34.78%45.1%-
HSV(B)33.75º51.61%60.78%-
XYZ21.520.919.56-
YUV125.3499.6149.16-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 44.29%
GREEN value IS 120 (47.27% from 255) = 34.29%
BLUE value IS 75 (29.69% from 255) = 21.43%
R=44.29%
G=34.29%
B=21.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.52
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1551207500.230.520.3933.7534.7845.1
Hex9B784B017342722232d
Octal2331701130276447424355
Binary1001101111110001001011010111110100100111100010100011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B784B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,120,75); }

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

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

 a { background-color: rgb(155,120,75); }

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

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

 span { border-color: rgb(155,120,75); }

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