#947E5B

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

Shades of Muesli #947E5B

Tints of Muesli #947E5B

Color information

#947E5B (or 0x947E5B) is unknown color: approx Muesli. HEX triplet: 94, 7E and 5B. RGB value is (148,126,91). Sum of RGB (Red+Green+Blue) = 148+126+91=365 (48% of max value = 765). Red value is 148 (58.20% from 255 or 40.55% from 365); Green value is 126 (49.61% from 255 or 34.52% from 365); Blue value is 91 (35.94% from 255 or 24.93% from 365); Max value from RGB is 148 - color contains mainly: red. Hex color #947E5B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #947E5B is #6B81A4. Grayscale: #808080. Windows color (decimal): -7045541 or 5996180. OLE color: 5996180.

HSL color Cylindrical-coordinate representation of color #947E5B: hue angle of 36.84º 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 #947E5B is Cyan = 0, Magento = 0.15, Yellow = 0.39 and Black (K on CMYK) = 0.42.

Color convert

RGB14812691-
CMYK00.150.390.42
HSL36.84º23.85%46.86%-
HSV(B)36.84º38.51%58.04%-
XYZ21.5621.9713-
YUV128.59106.79141.85-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 40.55%
GREEN value IS 126 (49.61% from 255) = 34.52%
BLUE value IS 91 (35.94% from 255) = 24.93%
R=40.55%
G=34.52%
B=24.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.39
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1481269100.150.390.4236.8423.8546.86
Hex947E5B0F272A25182f
Octal2241761330174752453057
Binary10010100111111010110110111110011110101010010111000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #947E5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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