#94794C

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

Shades of Muesli #94794C

Tints of Muesli #94794C

Color information

#94794C (or 0x94794C) is unknown color: approx Muesli. HEX triplet: 94, 79 and 4C. RGB value is (148,121,76). Sum of RGB (Red+Green+Blue) = 148+121+76=345 (45% of max value = 765). Red value is 148 (58.20% from 255 or 42.90% from 345); Green value is 121 (47.66% from 255 or 35.07% from 345); Blue value is 76 (30.08% from 255 or 22.03% from 345); Max value from RGB is 148 - color contains mainly: red. Hex color #94794C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #94794C is #6B86B3. Grayscale: #7C7C7C. Windows color (decimal): -7046836 or 5011860. OLE color: 5011860.

HSL color Cylindrical-coordinate representation of color #94794C: hue angle of 37.5º degrees, saturation: 0.32, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #94794C is Cyan = 0, Magento = 0.18, Yellow = 0.49 and Black (K on CMYK) = 0.42.

Color convert

RGB14812176-
CMYK00.180.490.42
HSL37.5º32.14%43.92%-
HSV(B)37.5º48.65%58.04%-
XYZ20.3520.499.72-
YUV123.94100.95145.16-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 42.90%
GREEN value IS 121 (47.66% from 255) = 35.07%
BLUE value IS 76 (30.08% from 255) = 22.03%
R=42.90%
G=35.07%
B=22.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.49
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1481217600.180.490.4237.532.1443.92
Hex94794C012312A25202c
Octal2241711140226152454054
Binary1001010011110011001100010010110001101010100101100000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94794C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #94794C; }

 p { color: rgb(148,121,76); }

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

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

 a { background-color: rgb(148,121,76); }

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

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

 span { border-color: rgb(148,121,76); }

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