#9B804C

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

Shades of Muesli #9B804C

Tints of Muesli #9B804C

Color information

#9B804C (or 0x9B804C) is unknown color: approx Muesli. HEX triplet: 9B, 80 and 4C. RGB value is (155,128,76). Sum of RGB (Red+Green+Blue) = 155+128+76=359 (47% of max value = 765). Red value is 155 (60.94% from 255 or 43.18% from 359); Green value is 128 (50.39% from 255 or 35.65% from 359); Blue value is 76 (30.08% from 255 or 21.17% from 359); Max value from RGB is 155 - color contains mainly: red. Hex color #9B804C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9B804C is #647FB3. Grayscale: #828282. Windows color (decimal): -6586292 or 5013659. OLE color: 5013659.

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

Color convert

RGB15512876-
CMYK00.170.510.39
HSL39.49º34.2%45.29%-
HSV(B)39.49º50.97%60.78%-
XYZ22.5422.9310.08-
YUV130.1497.45145.73-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 43.18%
GREEN value IS 128 (50.39% from 255) = 35.65%
BLUE value IS 76 (30.08% from 255) = 21.17%
R=43.18%
G=35.65%
B=21.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.51
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1551287600.170.510.3939.4934.245.29
Hex9B804C011332727222d
Octal2332001140216347474255
Binary10011011100000001001100010001110011100111100111100010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B804C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,128,76); }

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

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

 a { background-color: rgb(155,128,76); }

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

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

 span { border-color: rgb(155,128,76); }

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