#9F7952

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

Shades of Muesli #9F7952

Tints of Muesli #9F7952

Color information

#9F7952 (or 0x9F7952) is unknown color: approx Muesli. HEX triplet: 9F, 79 and 52. RGB value is (159,121,82). Sum of RGB (Red+Green+Blue) = 159+121+82=362 (47% of max value = 765). Red value is 159 (62.5% from 255 or 43.92% from 362); Green value is 121 (47.66% from 255 or 33.43% from 362); Blue value is 82 (32.42% from 255 or 22.65% from 362); Max value from RGB is 159 - color contains mainly: red. Hex color #9F7952 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9F7952 is #6086AD. Grayscale: #808080. Windows color (decimal): -6325934 or 5405087. OLE color: 5405087.

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

Color convert

RGB15912182-
CMYK00.240.480.38
HSL30.39º31.95%47.25%-
HSV(B)30.39º48.43%62.35%-
XYZ22.6621.6510.97-
YUV127.92102.09150.17-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 43.92%
GREEN value IS 121 (47.66% from 255) = 33.43%
BLUE value IS 82 (32.42% from 255) = 22.65%
R=43.92%
G=33.43%
B=22.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.48
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1591218200.240.480.3830.3931.9547.25
Hex9F795201830261e202f
Octal2371711220306046364057
Binary100111111111001101001001100011000010011011110100000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F7952

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,121,82); }

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

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

 a { background-color: rgb(159,121,82); }

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

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

 span { border-color: rgb(159,121,82); }

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