#948059

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

Shades of Muesli #948059

Tints of Muesli #948059

Color information

#948059 (or 0x948059) is unknown color: approx Muesli. HEX triplet: 94, 80 and 59. RGB value is (148,128,89). Sum of RGB (Red+Green+Blue) = 148+128+89=365 (48% of max value = 765). Red value is 148 (58.20% from 255 or 40.55% from 365); Green value is 128 (50.39% from 255 or 35.07% from 365); Blue value is 89 (35.16% from 255 or 24.38% from 365); Max value from RGB is 148 - color contains mainly: red. Hex color #948059 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #948059 is #6B7FA6. Grayscale: #818181. Windows color (decimal): -7045031 or 5865620. OLE color: 5865620.

HSL color Cylindrical-coordinate representation of color #948059: hue angle of 39.66º 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 #948059 is Cyan = 0, Magento = 0.14, Yellow = 0.40 and Black (K on CMYK) = 0.42.

Color convert

RGB14812889-
CMYK00.140.400.42
HSL39.66º24.89%46.47%-
HSV(B)39.66º39.86%58.04%-
XYZ21.7422.4612.64-
YUV129.53105.13141.17-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 40.55%
GREEN value IS 128 (50.39% from 255) = 35.07%
BLUE value IS 89 (35.16% from 255) = 24.38%
R=40.55%
G=35.07%
B=24.38%

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
Decimal1481288900.140.400.4239.6624.8946.47
Hex9480590E282A28192e
Octal2242001310165052503156
Binary100101001000000010110010111010100010101010100011001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #948059

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #948059; }

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

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

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

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

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

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

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

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