#9A8043

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

Shades of Muesli #9A8043

Tints of Muesli #9A8043

Color information

#9A8043 (or 0x9A8043) is unknown color: approx Muesli. HEX triplet: 9A, 80 and 43. RGB value is (154,128,67). Sum of RGB (Red+Green+Blue) = 154+128+67=349 (46% of max value = 765). Red value is 154 (60.55% from 255 or 44.13% from 349); Green value is 128 (50.39% from 255 or 36.68% from 349); Blue value is 67 (26.56% from 255 or 19.20% from 349); Max value from RGB is 154 - color contains mainly: red. Hex color #9A8043 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9A8043 is #657FBC. Grayscale: #818181. Windows color (decimal): -6651837 or 4423834. OLE color: 4423834.

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

Color convert

RGB15412867-
CMYK00.170.560.40
HSL42.07º39.37%43.33%-
HSV(B)42.07º56.49%60.39%-
XYZ22.0622.718.53-
YUV128.8293.11145.96-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 44.13%
GREEN value IS 128 (50.39% from 255) = 36.68%
BLUE value IS 67 (26.56% from 255) = 19.20%
R=44.13%
G=36.68%
B=19.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.56
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1541286700.170.560.4042.0739.3743.33
Hex9A804301138282a272b
Octal2322001030217050524753
Binary10011010100000001000011010001111000101000101010100111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A8043

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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