#9F824E

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

Shades of Muesli #9F824E

Tints of Muesli #9F824E

Color information

#9F824E (or 0x9F824E) is unknown color: approx Muesli. HEX triplet: 9F, 82 and 4E. RGB value is (159,130,78). Sum of RGB (Red+Green+Blue) = 159+130+78=367 (48% of max value = 765). Red value is 159 (62.5% from 255 or 43.32% from 367); Green value is 130 (51.17% from 255 or 35.42% from 367); Blue value is 78 (30.86% from 255 or 21.25% from 367); Max value from RGB is 159 - color contains mainly: red. Hex color #9F824E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9F824E is #607DB1. Grayscale: #848484. Windows color (decimal): -6323634 or 5145247. OLE color: 5145247.

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

Color convert

RGB15913078-
CMYK00.180.510.38
HSL38.52º34.18%46.47%-
HSV(B)38.52º50.94%62.35%-
XYZ23.6623.8910.57-
YUV132.7497.11146.73-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 43.32%
GREEN value IS 130 (51.17% from 255) = 35.42%
BLUE value IS 78 (30.86% from 255) = 21.25%
R=43.32%
G=35.42%
B=21.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.51
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1591307800.180.510.3838.5234.1846.47
Hex9F824E012332627222e
Octal2372021160226346474256
Binary10011111100000101001110010010110011100110100111100010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F824E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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