#947F59

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

Shades of Muesli #947F59

Tints of Muesli #947F59

Color information

#947F59 (or 0x947F59) is unknown color: approx Muesli. HEX triplet: 94, 7F and 59. RGB value is (148,127,89). Sum of RGB (Red+Green+Blue) = 148+127+89=364 (48% of max value = 765). Red value is 148 (58.20% from 255 or 40.66% from 364); Green value is 127 (50% from 255 or 34.89% from 364); Blue value is 89 (35.16% from 255 or 24.45% from 364); Max value from RGB is 148 - color contains mainly: red. Hex color #947F59 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #947F59 is #6B80A6. Grayscale: #818181. Windows color (decimal): -7045287 or 5865364. OLE color: 5865364.

HSL color Cylindrical-coordinate representation of color #947F59: hue angle of 38.64º degrees, saturation: 0.25, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #947F59 is Cyan = 0, Magento = 0.14, Yellow = 0.40 and Black (K on CMYK) = 0.42.

Color convert

RGB14812789-
CMYK00.140.400.42
HSL38.64º24.89%46.47%-
HSV(B)38.64º39.86%58.04%-
XYZ21.6122.212.6-
YUV128.95105.46141.59-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 40.66%
GREEN value IS 127 (50% from 255) = 34.89%
BLUE value IS 89 (35.16% from 255) = 24.45%
R=40.66%
G=34.89%
B=24.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.40
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1481278900.140.400.4238.6424.8946.47
Hex947F590E282A27192e
Octal2241771310165052473156
Binary10010100111111110110010111010100010101010011111001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #947F59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #947F59; }

 p { color: rgb(148,127,89); }

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

<style>
 a { background-color: #947F59; }

 a { background-color: rgb(148,127,89); }

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

<style>
 span { border-color: #947F59; }

 span { border-color: rgb(148,127,89); }

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