#9A8154

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

Shades of Muesli #9A8154

Tints of Muesli #9A8154

Color information

#9A8154 (or 0x9A8154) is unknown color: approx Muesli. HEX triplet: 9A, 81 and 54. RGB value is (154,129,84). Sum of RGB (Red+Green+Blue) = 154+129+84=367 (48% of max value = 765). Red value is 154 (60.55% from 255 or 41.96% from 367); Green value is 129 (50.78% from 255 or 35.15% from 367); Blue value is 84 (33.20% from 255 or 22.89% from 367); Max value from RGB is 154 - color contains mainly: red. Hex color #9A8154 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9A8154 is #657EAB. Grayscale: #838383. Windows color (decimal): -6651564 or 5538202. OLE color: 5538202.

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

Color convert

RGB15412984-
CMYK00.160.450.40
HSL38.57º29.41%46.67%-
HSV(B)38.57º45.45%60.39%-
XYZ22.7823.2111.67-
YUV131.34101.28144.16-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 41.96%
GREEN value IS 129 (50.78% from 255) = 35.15%
BLUE value IS 84 (33.20% from 255) = 22.89%
R=41.96%
G=35.15%
B=22.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.45
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1541298400.160.450.4038.5729.4146.67
Hex9A81540102D28271d2f
Octal2322011240205550473557
Binary1001101010000001101010001000010110110100010011111101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A8154

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,129,84); }

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

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

 a { background-color: rgb(154,129,84); }

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

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

 span { border-color: rgb(154,129,84); }

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