#9D8454

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

Shades of Muesli #9D8454

Tints of Muesli #9D8454

Color information

#9D8454 (or 0x9D8454) is unknown color: approx Muesli. HEX triplet: 9D, 84 and 54. RGB value is (157,132,84). Sum of RGB (Red+Green+Blue) = 157+132+84=373 (49% of max value = 765). Red value is 157 (61.72% from 255 or 42.09% from 373); Green value is 132 (51.95% from 255 or 35.39% from 373); Blue value is 84 (33.20% from 255 or 22.52% from 373); Max value from RGB is 157 - color contains mainly: red. Hex color #9D8454 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9D8454 is #627BAB. Grayscale: #868686. Windows color (decimal): -6454188 or 5538973. OLE color: 5538973.

HSL color Cylindrical-coordinate representation of color #9D8454: hue angle of 39.45º degrees, saturation: 0.3, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #9D8454 is Cyan = 0, Magento = 0.16, Yellow = 0.46 and Black (K on CMYK) = 0.38.

Color convert

RGB15713284-
CMYK00.160.460.38
HSL39.45º30.29%47.25%-
HSV(B)39.45º46.5%61.57%-
XYZ23.7624.3111.83-
YUV13499.78144.4-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 42.09%
GREEN value IS 132 (51.95% from 255) = 35.39%
BLUE value IS 84 (33.20% from 255) = 22.52%
R=42.09%
G=35.39%
B=22.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.46
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1571328400.160.460.3839.4530.2947.25
Hex9D84540102E26271e2f
Octal2352041240205646473657
Binary1001110110000100101010001000010111010011010011111110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D8454

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,132,84); }

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

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

 a { background-color: rgb(157,132,84); }

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

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

 span { border-color: rgb(157,132,84); }

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