#9A8553

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

Shades of Muesli #9A8553

Tints of Muesli #9A8553

Color information

#9A8553 (or 0x9A8553) is unknown color: approx Muesli. HEX triplet: 9A, 85 and 53. RGB value is (154,133,83). Sum of RGB (Red+Green+Blue) = 154+133+83=370 (49% of max value = 765). Red value is 154 (60.55% from 255 or 41.62% from 370); Green value is 133 (52.34% from 255 or 35.95% from 370); Blue value is 83 (32.81% from 255 or 22.43% from 370); Max value from RGB is 154 - color contains mainly: red. Hex color #9A8553 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9A8553 is #657AAC. Grayscale: #858585. Windows color (decimal): -6650541 or 5473690. OLE color: 5473690.

HSL color Cylindrical-coordinate representation of color #9A8553: hue angle of 42.25º 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 #9A8553 is Cyan = 0, Magento = 0.14, Yellow = 0.46 and Black (K on CMYK) = 0.40.

Color convert

RGB15413383-
CMYK00.140.460.40
HSL42.25º29.96%46.47%-
HSV(B)42.25º46.1%60.39%-
XYZ23.2824.2711.64-
YUV133.5899.46142.57-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 41.62%
GREEN value IS 133 (52.34% from 255) = 35.95%
BLUE value IS 83 (32.81% from 255) = 22.43%
R=41.62%
G=35.95%
B=22.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.46
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1541338300.140.460.4042.2529.9646.47
Hex9A85530E2E282a1e2e
Octal2322051230165650523656
Binary100110101000010110100110111010111010100010101011110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A8553

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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