#94794A

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

Shades of Muesli #94794A

Tints of Muesli #94794A

Color information

#94794A (or 0x94794A) is unknown color: approx Muesli. HEX triplet: 94, 79 and 4A. RGB value is (148,121,74). Sum of RGB (Red+Green+Blue) = 148+121+74=343 (45% of max value = 765). Red value is 148 (58.20% from 255 or 43.15% from 343); Green value is 121 (47.66% from 255 or 35.28% from 343); Blue value is 74 (29.30% from 255 or 21.57% from 343); Max value from RGB is 148 - color contains mainly: red. Hex color #94794A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #94794A is #6B86B5. Grayscale: #7B7B7B. Windows color (decimal): -7046838 or 4880788. OLE color: 4880788.

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

Color convert

RGB14812174-
CMYK00.180.500.42
HSL38.11º33.33%43.53%-
HSV(B)38.11º50%58.04%-
XYZ20.2920.479.36-
YUV123.7299.95145.32-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 43.15%
GREEN value IS 121 (47.66% from 255) = 35.28%
BLUE value IS 74 (29.30% from 255) = 21.57%
R=43.15%
G=35.28%
B=21.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.50
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1481217400.180.500.4238.1133.3343.53
Hex94794A012322A26212c
Octal2241711120226252464154
Binary1001010011110011001010010010110010101010100110100001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94794A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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