#9A804F

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

Shades of Muesli #9A804F

Tints of Muesli #9A804F

Color information

#9A804F (or 0x9A804F) is unknown color: approx Muesli. HEX triplet: 9A, 80 and 4F. RGB value is (154,128,79). Sum of RGB (Red+Green+Blue) = 154+128+79=361 (47% of max value = 765). Red value is 154 (60.55% from 255 or 42.66% from 361); Green value is 128 (50.39% from 255 or 35.46% from 361); Blue value is 79 (31.25% from 255 or 21.88% from 361); Max value from RGB is 154 - color contains mainly: red. Hex color #9A804F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9A804F is #657FB0. Grayscale: #828282. Windows color (decimal): -6651825 or 5210266. OLE color: 5210266.

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

Color convert

RGB15412879-
CMYK00.170.490.40
HSL39.2º32.19%45.69%-
HSV(B)39.2º48.7%60.39%-
XYZ22.4622.8710.63-
YUV130.1999.11144.98-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 42.66%
GREEN value IS 128 (50.39% from 255) = 35.46%
BLUE value IS 79 (31.25% from 255) = 21.88%
R=42.66%
G=35.46%
B=21.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.49
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1541287900.170.490.4039.232.1945.69
Hex9A804F011312827202e
Octal2322001170216150474056
Binary10011010100000001001111010001110001101000100111100000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A804F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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