#9F825A

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

Shades of Muesli #9F825A

Tints of Muesli #9F825A

Color information

#9F825A (or 0x9F825A) is unknown color: approx Muesli. HEX triplet: 9F, 82 and 5A. RGB value is (159,130,90). Sum of RGB (Red+Green+Blue) = 159+130+90=379 (50% of max value = 765). Red value is 159 (62.5% from 255 or 41.95% from 379); Green value is 130 (51.17% from 255 or 34.30% from 379); Blue value is 90 (35.55% from 255 or 23.75% from 379); Max value from RGB is 159 - color contains mainly: red. Hex color #9F825A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9F825A is #607DA5. Grayscale: #868686. Windows color (decimal): -6323622 or 5931679. OLE color: 5931679.

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

Color convert

RGB15913090-
CMYK00.180.430.38
HSL34.78º27.71%48.82%-
HSV(B)34.78º43.4%62.35%-
XYZ24.1324.0713.05-
YUV134.11103.11145.75-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 41.95%
GREEN value IS 130 (51.17% from 255) = 34.30%
BLUE value IS 90 (35.55% from 255) = 23.75%
R=41.95%
G=34.30%
B=23.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.43
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1591309000.180.430.3834.7827.7148.82
Hex9F825A0122B26231c31
Octal2372021320225346433461
Binary1001111110000010101101001001010101110011010001111100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F825A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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