#947D5B

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

Shades of Muesli #947D5B

Tints of Muesli #947D5B

Color information

#947D5B (or 0x947D5B) is unknown color: approx Muesli. HEX triplet: 94, 7D and 5B. RGB value is (148,125,91). Sum of RGB (Red+Green+Blue) = 148+125+91=364 (48% of max value = 765). Red value is 148 (58.20% from 255 or 40.66% from 364); Green value is 125 (49.22% from 255 or 34.34% from 364); Blue value is 91 (35.94% from 255 or 25% from 364); Max value from RGB is 148 - color contains mainly: red. Hex color #947D5B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #947D5B is #6B82A4. Grayscale: #808080. Windows color (decimal): -7045797 or 5995924. OLE color: 5995924.

HSL color Cylindrical-coordinate representation of color #947D5B: hue angle of 35.79º degrees, saturation: 0.24, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #947D5B is Cyan = 0, Magento = 0.16, Yellow = 0.39 and Black (K on CMYK) = 0.42.

Color convert

RGB14812591-
CMYK00.160.390.42
HSL35.79º23.85%46.86%-
HSV(B)35.79º38.51%58.04%-
XYZ21.4321.7212.96-
YUV128107.12142.26-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 40.66%
GREEN value IS 125 (49.22% from 255) = 34.34%
BLUE value IS 91 (35.94% from 255) = 25%
R=40.66%
G=34.34%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.39
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1481259100.160.390.4235.7923.8546.86
Hex947D5B010272A24182f
Octal2241751330204752443057
Binary100101001111101101101101000010011110101010010011000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #947D5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,125,91); }

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

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

 a { background-color: rgb(148,125,91); }

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

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

 span { border-color: rgb(148,125,91); }

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