#9A8755

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

Shades of Muesli #9A8755

Tints of Muesli #9A8755

Color information

#9A8755 (or 0x9A8755) is unknown color: approx Muesli. HEX triplet: 9A, 87 and 55. RGB value is (154,135,85). Sum of RGB (Red+Green+Blue) = 154+135+85=374 (49% of max value = 765). Red value is 154 (60.55% from 255 or 41.18% from 374); Green value is 135 (53.12% from 255 or 36.10% from 374); Blue value is 85 (33.59% from 255 or 22.73% from 374); Max value from RGB is 154 - color contains mainly: red. Hex color #9A8755 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9A8755 is #6578AA. Grayscale: #878787. Windows color (decimal): -6650027 or 5605274. OLE color: 5605274.

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

Color convert

RGB15413585-
CMYK00.120.450.40
HSL43.48º28.87%46.86%-
HSV(B)43.48º44.81%60.39%-
XYZ23.6324.8512.15-
YUV134.9899.79141.57-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 41.18%
GREEN value IS 135 (53.12% from 255) = 36.10%
BLUE value IS 85 (33.59% from 255) = 22.73%
R=41.18%
G=36.10%
B=22.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.45
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1541358500.120.450.4043.4828.8746.86
Hex9A87550C2D282b1d2f
Octal2322071250145550533557
Binary100110101000011110101010110010110110100010101111101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A8755

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,135,85); }

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

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

 a { background-color: rgb(154,135,85); }

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

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

 span { border-color: rgb(154,135,85); }

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