#947849

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

Shades of Muesli #947849

Tints of Muesli #947849

Color information

#947849 (or 0x947849) is unknown color: approx Muesli. HEX triplet: 94, 78 and 49. RGB value is (148,120,73). Sum of RGB (Red+Green+Blue) = 148+120+73=341 (45% of max value = 765). Red value is 148 (58.20% from 255 or 43.40% from 341); Green value is 120 (47.27% from 255 or 35.19% from 341); Blue value is 73 (28.91% from 255 or 21.41% from 341); Max value from RGB is 148 - color contains mainly: red. Hex color #947849 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #947849 is #6B87B6. Grayscale: #7B7B7B. Windows color (decimal): -7047095 or 4814996. OLE color: 4814996.

HSL color Cylindrical-coordinate representation of color #947849: hue angle of 37.6º degrees, saturation: 0.34, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #947849 is Cyan = 0, Magento = 0.19, Yellow = 0.51 and Black (K on CMYK) = 0.42.

Color convert

RGB14812073-
CMYK00.190.510.42
HSL37.6º33.94%43.33%-
HSV(B)37.6º50.68%58.04%-
XYZ20.1320.219.14-
YUV123.0199.78145.82-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 43.40%
GREEN value IS 120 (47.27% from 255) = 35.19%
BLUE value IS 73 (28.91% from 255) = 21.41%
R=43.40%
G=35.19%
B=21.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.51
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1481207300.190.510.4237.633.9443.33
Hex947849013332A26222b
Octal2241701110236352464253
Binary1001010011110001001001010011110011101010100110100010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #947849

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #947849; }

 p { color: rgb(148,120,73); }

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

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

 a { background-color: rgb(148,120,73); }

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

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

 span { border-color: rgb(148,120,73); }

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