#9A8158

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

Shades of Muesli #9A8158

Tints of Muesli #9A8158

Color information

#9A8158 (or 0x9A8158) is unknown color: approx Muesli. HEX triplet: 9A, 81 and 58. RGB value is (154,129,88). Sum of RGB (Red+Green+Blue) = 154+129+88=371 (49% of max value = 765). Red value is 154 (60.55% from 255 or 41.51% from 371); Green value is 129 (50.78% from 255 or 34.77% from 371); Blue value is 88 (34.77% from 255 or 23.72% from 371); Max value from RGB is 154 - color contains mainly: red. Hex color #9A8158 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9A8158 is #657EA7. Grayscale: #838383. Windows color (decimal): -6651560 or 5800346. OLE color: 5800346.

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

Color convert

RGB15412988-
CMYK00.160.430.40
HSL37.27º27.27%47.45%-
HSV(B)37.27º42.86%60.39%-
XYZ22.9423.2812.52-
YUV131.8103.28143.83-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 41.51%
GREEN value IS 129 (50.78% from 255) = 34.77%
BLUE value IS 88 (34.77% from 255) = 23.72%
R=41.51%
G=34.77%
B=23.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.43
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1541298800.160.430.4037.2727.2747.45
Hex9A81580102B28251b2f
Octal2322011300205350453357
Binary1001101010000001101100001000010101110100010010111011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A8158

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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