#9F8254

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

Shades of Muesli #9F8254

Tints of Muesli #9F8254

Color information

#9F8254 (or 0x9F8254) is unknown color: approx Muesli. HEX triplet: 9F, 82 and 54. RGB value is (159,130,84). Sum of RGB (Red+Green+Blue) = 159+130+84=373 (49% of max value = 765). Red value is 159 (62.5% from 255 or 42.63% from 373); Green value is 130 (51.17% from 255 or 34.85% from 373); Blue value is 84 (33.20% from 255 or 22.52% from 373); Max value from RGB is 159 - color contains mainly: red. Hex color #9F8254 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9F8254 is #607DAB. Grayscale: #858585. Windows color (decimal): -6323628 or 5538463. OLE color: 5538463.

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

Color convert

RGB15913084-
CMYK00.180.470.38
HSL36.8º30.86%47.65%-
HSV(B)36.8º47.17%62.35%-
XYZ23.8823.9811.76-
YUV133.43100.11146.24-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 42.63%
GREEN value IS 130 (51.17% from 255) = 34.85%
BLUE value IS 84 (33.20% from 255) = 22.52%
R=42.63%
G=34.85%
B=22.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.47
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1591308400.180.470.3836.830.8647.65
Hex9F82540122F26251f30
Octal2372021240225746453760
Binary1001111110000010101010001001010111110011010010111111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F8254

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,130,84); }

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

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

 a { background-color: rgb(159,130,84); }

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

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

 span { border-color: rgb(159,130,84); }

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