#9A8046

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

Shades of Muesli #9A8046

Tints of Muesli #9A8046

Color information

#9A8046 (or 0x9A8046) is unknown color: approx Muesli. HEX triplet: 9A, 80 and 46. RGB value is (154,128,70). Sum of RGB (Red+Green+Blue) = 154+128+70=352 (46% of max value = 765). Red value is 154 (60.55% from 255 or 43.75% from 352); Green value is 128 (50.39% from 255 or 36.36% from 352); Blue value is 70 (27.73% from 255 or 19.89% from 352); Max value from RGB is 154 - color contains mainly: red. Hex color #9A8046 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9A8046 is #657FB9. Grayscale: #818181. Windows color (decimal): -6651834 or 4620442. OLE color: 4620442.

HSL color Cylindrical-coordinate representation of color #9A8046: hue angle of 41.43º degrees, saturation: 0.38, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #9A8046 is Cyan = 0, Magento = 0.17, Yellow = 0.55 and Black (K on CMYK) = 0.40.

Color convert

RGB15412870-
CMYK00.170.550.40
HSL41.43º37.5%43.92%-
HSV(B)41.43º54.55%60.39%-
XYZ22.1522.759.02-
YUV129.1694.61145.72-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 43.75%
GREEN value IS 128 (50.39% from 255) = 36.36%
BLUE value IS 70 (27.73% from 255) = 19.89%
R=43.75%
G=36.36%
B=19.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.55
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1541287000.170.550.4041.4337.543.92
Hex9A8046011372829262c
Octal2322001060216750514654
Binary10011010100000001000110010001110111101000101001100110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A8046

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,128,70); }

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

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

 a { background-color: rgb(154,128,70); }

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

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

 span { border-color: rgb(154,128,70); }

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