#948046

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

Shades of Muesli #948046

Tints of Muesli #948046

Color information

#948046 (or 0x948046) is unknown color: approx Muesli. HEX triplet: 94, 80 and 46. RGB value is (148,128,70). Sum of RGB (Red+Green+Blue) = 148+128+70=346 (45% of max value = 765). Red value is 148 (58.20% from 255 or 42.77% from 346); Green value is 128 (50.39% from 255 or 36.99% from 346); Blue value is 70 (27.73% from 255 or 20.23% from 346); Max value from RGB is 148 - color contains mainly: red. Hex color #948046 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #948046 is #6B7FB9. Grayscale: #7F7F7F. Windows color (decimal): -7045050 or 4620436. OLE color: 4620436.

HSL color Cylindrical-coordinate representation of color #948046: hue angle of 44.62º degrees, saturation: 0.36, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #948046 is Cyan = 0, Magento = 0.14, Yellow = 0.53 and Black (K on CMYK) = 0.42.

Color convert

RGB14812870-
CMYK00.140.530.42
HSL44.62º35.78%42.75%-
HSV(B)44.62º52.7%58.04%-
XYZ21.0422.188.97-
YUV127.3795.63142.72-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 42.77%
GREEN value IS 128 (50.39% from 255) = 36.99%
BLUE value IS 70 (27.73% from 255) = 20.23%
R=42.77%
G=36.99%
B=20.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.53
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1481287000.140.530.4244.6235.7842.75
Hex9480460E352A2d242b
Octal2242001060166552554453
Binary1001010010000000100011001110110101101010101101100100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #948046

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #948046; }

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

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

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

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

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

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

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

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