#94794D

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

Shades of Muesli #94794D

Tints of Muesli #94794D

Color information

#94794D (or 0x94794D) is unknown color: approx Muesli. HEX triplet: 94, 79 and 4D. RGB value is (148,121,77). Sum of RGB (Red+Green+Blue) = 148+121+77=346 (45% of max value = 765). Red value is 148 (58.20% from 255 or 42.77% from 346); Green value is 121 (47.66% from 255 or 34.97% from 346); Blue value is 77 (30.47% from 255 or 22.25% from 346); Max value from RGB is 148 - color contains mainly: red. Hex color #94794D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #94794D is #6B86B2. Grayscale: #7C7C7C. Windows color (decimal): -7046835 or 5077396. OLE color: 5077396.

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

Color convert

RGB14812177-
CMYK00.180.480.42
HSL37.18º31.56%44.12%-
HSV(B)37.18º47.97%58.04%-
XYZ20.3920.519.9-
YUV124.06101.45145.08-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 42.77%
GREEN value IS 121 (47.66% from 255) = 34.97%
BLUE value IS 77 (30.47% from 255) = 22.25%
R=42.77%
G=34.97%
B=22.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.48
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1481217700.180.480.4237.1831.5644.12
Hex94794D012302A25202c
Octal2241711150226052454054
Binary1001010011110011001101010010110000101010100101100000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94794D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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