#9A7942

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

Shades of Muesli #9A7942

Tints of Muesli #9A7942

Color information

#9A7942 (or 0x9A7942) is unknown color: approx Muesli. HEX triplet: 9A, 79 and 42. RGB value is (154,121,66). Sum of RGB (Red+Green+Blue) = 154+121+66=341 (45% of max value = 765). Red value is 154 (60.55% from 255 or 45.16% from 341); Green value is 121 (47.66% from 255 or 35.48% from 341); Blue value is 66 (26.17% from 255 or 19.35% from 341); Max value from RGB is 154 - color contains mainly: red. Hex color #9A7942 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9A7942 is #6586BD. Grayscale: #7C7C7C. Windows color (decimal): -6653630 or 4356506. OLE color: 4356506.

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

Color convert

RGB15412166-
CMYK00.210.570.40
HSL37.5º40%43.14%-
HSV(B)37.5º57.14%60.39%-
XYZ21.1520.948.08-
YUV124.694.93148.97-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 45.16%
GREEN value IS 121 (47.66% from 255) = 35.48%
BLUE value IS 66 (26.17% from 255) = 19.35%
R=45.16%
G=35.48%
B=19.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.57
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1541216600.210.570.4037.54043.14
Hex9A7942015392825282b
Octal2321711020257150455053
Binary1001101011110011000010010101111001101000100101101000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A7942

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,121,66); }

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

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

 a { background-color: rgb(154,121,66); }

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

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

 span { border-color: rgb(154,121,66); }

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