#9A7A53

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

Shades of Muesli #9A7A53

Tints of Muesli #9A7A53

Color information

#9A7A53 (or 0x9A7A53) is unknown color: approx Muesli. HEX triplet: 9A, 7A and 53. RGB value is (154,122,83). Sum of RGB (Red+Green+Blue) = 154+122+83=359 (47% of max value = 765). Red value is 154 (60.55% from 255 or 42.90% from 359); Green value is 122 (48.05% from 255 or 33.98% from 359); Blue value is 83 (32.81% from 255 or 23.12% from 359); Max value from RGB is 154 - color contains mainly: red. Hex color #9A7A53 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9A7A53 is #6585AC. Grayscale: #7F7F7F. Windows color (decimal): -6653357 or 5470874. OLE color: 5470874.

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

Color convert

RGB15412283-
CMYK00.210.460.40
HSL32.96º29.96%46.47%-
HSV(B)32.96º46.1%60.39%-
XYZ21.8521.4111.17-
YUV127.12103.1147.17-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 42.90%
GREEN value IS 122 (48.05% from 255) = 33.98%
BLUE value IS 83 (32.81% from 255) = 23.12%
R=42.90%
G=33.98%
B=23.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.46
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1541228300.210.460.4032.9629.9646.47
Hex9A7A530152E28211e2e
Octal2321721230255650413656
Binary100110101111010101001101010110111010100010000111110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A7A53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,122,83); }

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

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

 a { background-color: rgb(154,122,83); }

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

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

 span { border-color: rgb(154,122,83); }

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