#9A8253

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

Shades of Muesli #9A8253

Tints of Muesli #9A8253

Color information

#9A8253 (or 0x9A8253) is unknown color: approx Muesli. HEX triplet: 9A, 82 and 53. RGB value is (154,130,83). Sum of RGB (Red+Green+Blue) = 154+130+83=367 (48% of max value = 765). Red value is 154 (60.55% from 255 or 41.96% from 367); Green value is 130 (51.17% from 255 or 35.42% from 367); Blue value is 83 (32.81% from 255 or 22.62% from 367); Max value from RGB is 154 - color contains mainly: red. Hex color #9A8253 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9A8253 is #657DAC. Grayscale: #848484. Windows color (decimal): -6651309 or 5472922. OLE color: 5472922.

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

Color convert

RGB15413083-
CMYK00.160.460.40
HSL39.72º29.96%46.47%-
HSV(B)39.72º46.1%60.39%-
XYZ22.8723.4611.51-
YUV131.82100.45143.82-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 41.96%
GREEN value IS 130 (51.17% from 255) = 35.42%
BLUE value IS 83 (32.81% from 255) = 22.62%
R=41.96%
G=35.42%
B=22.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.46
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1541308300.160.460.4039.7229.9646.47
Hex9A82530102E28281e2e
Octal2322021230205650503656
Binary1001101010000010101001101000010111010100010100011110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A8253

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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