#947B43

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

Shades of Muesli #947B43

Tints of Muesli #947B43

Color information

#947B43 (or 0x947B43) is unknown color: approx Muesli. HEX triplet: 94, 7B and 43. RGB value is (148,123,67). Sum of RGB (Red+Green+Blue) = 148+123+67=338 (44% of max value = 765). Red value is 148 (58.20% from 255 or 43.79% from 338); Green value is 123 (48.44% from 255 or 36.39% from 338); Blue value is 67 (26.56% from 255 or 19.82% from 338); Max value from RGB is 148 - color contains mainly: red. Hex color #947B43 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #947B43 is #6B84BC. Grayscale: #7C7C7C. Windows color (decimal): -7046333 or 4422548. OLE color: 4422548.

HSL color Cylindrical-coordinate representation of color #947B43: hue angle of 41.48º degrees, saturation: 0.38, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #947B43 is Cyan = 0, Magento = 0.17, Yellow = 0.55 and Black (K on CMYK) = 0.42.

Color convert

RGB14812367-
CMYK00.170.550.42
HSL41.48º37.67%42.16%-
HSV(B)41.48º54.73%58.04%-
XYZ20.3120.878.27-
YUV124.0995.78145.05-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 43.79%
GREEN value IS 123 (48.44% from 255) = 36.39%
BLUE value IS 67 (26.56% from 255) = 19.82%
R=43.79%
G=36.39%
B=19.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.55
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1481236700.170.550.4241.4837.6742.16
Hex947B43011372A29262a
Octal2241731030216752514652
Binary1001010011110111000011010001110111101010101001100110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #947B43

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #947B43; }

 p { color: rgb(148,123,67); }

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

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

 a { background-color: rgb(148,123,67); }

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

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

 span { border-color: rgb(148,123,67); }

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