#9A804E

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

Shades of Muesli #9A804E

Tints of Muesli #9A804E

Color information

#9A804E (or 0x9A804E) is unknown color: approx Muesli. HEX triplet: 9A, 80 and 4E. RGB value is (154,128,78). Sum of RGB (Red+Green+Blue) = 154+128+78=360 (47% of max value = 765). Red value is 154 (60.55% from 255 or 42.78% from 360); Green value is 128 (50.39% from 255 or 35.56% from 360); Blue value is 78 (30.86% from 255 or 21.67% from 360); Max value from RGB is 154 - color contains mainly: red. Hex color #9A804E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9A804E is #657FB1. Grayscale: #828282. Windows color (decimal): -6651826 or 5144730. OLE color: 5144730.

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

Color convert

RGB15412878-
CMYK00.170.490.40
HSL39.47º32.76%45.49%-
HSV(B)39.47º49.35%60.39%-
XYZ22.4222.8610.44-
YUV130.0798.61145.07-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 42.78%
GREEN value IS 128 (50.39% from 255) = 35.56%
BLUE value IS 78 (30.86% from 255) = 21.67%
R=42.78%
G=35.56%
B=21.67%

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
Decimal1541287800.170.490.4039.4732.7645.49
Hex9A804E011312827212d
Octal2322001160216150474155
Binary10011010100000001001110010001110001101000100111100001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A804E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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