#947C58

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

Shades of Muesli #947C58

Tints of Muesli #947C58

Color information

#947C58 (or 0x947C58) is unknown color: approx Muesli. HEX triplet: 94, 7C and 58. RGB value is (148,124,88). Sum of RGB (Red+Green+Blue) = 148+124+88=360 (47% of max value = 765). Red value is 148 (58.20% from 255 or 41.11% from 360); Green value is 124 (48.83% from 255 or 34.44% from 360); Blue value is 88 (34.77% from 255 or 24.44% from 360); Max value from RGB is 148 - color contains mainly: red. Hex color #947C58 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #947C58 is #6B83A7. Grayscale: #7F7F7F. Windows color (decimal): -7046056 or 5799060. OLE color: 5799060.

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

Color convert

RGB14812488-
CMYK00.160.410.42
HSL36º25.42%46.27%-
HSV(B)36º40.54%58.04%-
XYZ21.1821.4212.25-
YUV127.07105.95142.93-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 41.11%
GREEN value IS 124 (48.83% from 255) = 34.44%
BLUE value IS 88 (34.77% from 255) = 24.44%
R=41.11%
G=34.44%
B=24.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.41
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1481248800.160.410.423625.4246.27
Hex947C58010292A24192e
Octal2241741300205152443156
Binary100101001111100101100001000010100110101010010011001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #947C58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,124,88); }

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

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

 a { background-color: rgb(148,124,88); }

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

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

 span { border-color: rgb(148,124,88); }

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