#94794B

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

Shades of Muesli #94794B

Tints of Muesli #94794B

Color information

#94794B (or 0x94794B) is unknown color: approx Muesli. HEX triplet: 94, 79 and 4B. RGB value is (148,121,75). Sum of RGB (Red+Green+Blue) = 148+121+75=344 (45% of max value = 765). Red value is 148 (58.20% from 255 or 43.02% from 344); Green value is 121 (47.66% from 255 or 35.17% from 344); Blue value is 75 (29.69% from 255 or 21.80% from 344); Max value from RGB is 148 - color contains mainly: red. Hex color #94794B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #94794B is #6B86B4. Grayscale: #7C7C7C. Windows color (decimal): -7046837 or 4946324. OLE color: 4946324.

HSL color Cylindrical-coordinate representation of color #94794B: hue angle of 37.81º degrees, saturation: 0.33, 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 #94794B is Cyan = 0, Magento = 0.18, Yellow = 0.49 and Black (K on CMYK) = 0.42.

Color convert

RGB14812175-
CMYK00.180.490.42
HSL37.81º32.74%43.73%-
HSV(B)37.81º49.32%58.04%-
XYZ20.3220.489.54-
YUV123.83100.45145.24-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 43.02%
GREEN value IS 121 (47.66% from 255) = 35.17%
BLUE value IS 75 (29.69% from 255) = 21.80%
R=43.02%
G=35.17%
B=21.80%

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
Decimal1481217500.180.490.4237.8132.7443.73
Hex94794B012312A26212c
Octal2241711130226152464154
Binary1001010011110011001011010010110001101010100110100001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94794B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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