#947B53

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

Shades of Muesli #947B53

Tints of Muesli #947B53

Color information

#947B53 (or 0x947B53) is unknown color: approx Muesli. HEX triplet: 94, 7B and 53. RGB value is (148,123,83). Sum of RGB (Red+Green+Blue) = 148+123+83=354 (46% of max value = 765). Red value is 148 (58.20% from 255 or 41.81% from 354); Green value is 123 (48.44% from 255 or 34.75% from 354); Blue value is 83 (32.81% from 255 or 23.45% from 354); Max value from RGB is 148 - color contains mainly: red. Hex color #947B53 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #947B53 is #6B84AC. Grayscale: #7E7E7E. Windows color (decimal): -7046317 or 5471124. OLE color: 5471124.

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

Color convert

RGB14812383-
CMYK00.170.440.42
HSL36.92º28.14%45.29%-
HSV(B)36.92º43.92%58.04%-
XYZ20.8621.0911.15-
YUV125.92103.78143.75-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 41.81%
GREEN value IS 123 (48.44% from 255) = 34.75%
BLUE value IS 83 (32.81% from 255) = 23.45%
R=41.81%
G=34.75%
B=23.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.44
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1481238300.170.440.4236.9228.1445.29
Hex947B530112C2A251c2d
Octal2241731230215452453455
Binary100101001111011101001101000110110010101010010111100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #947B53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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