#927949

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

Shades of Muesli #927949

Tints of Muesli #927949

Color information

#927949 (or 0x927949) is unknown color: approx Muesli. HEX triplet: 92, 79 and 49. RGB value is (146,121,73). Sum of RGB (Red+Green+Blue) = 146+121+73=340 (45% of max value = 765). Red value is 146 (57.42% from 255 or 42.94% from 340); Green value is 121 (47.66% from 255 or 35.59% from 340); Blue value is 73 (28.91% from 255 or 21.47% from 340); Max value from RGB is 146 - color contains mainly: red. Hex color #927949 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #927949 is #6D86B6. Grayscale: #7B7B7B. Windows color (decimal): -7177911 or 4815250. OLE color: 4815250.

HSL color Cylindrical-coordinate representation of color #927949: hue angle of 39.45º degrees, saturation: 0.33, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #927949 is Cyan = 0, Magento = 0.17, Yellow = 0.5 and Black (K on CMYK) = 0.43.

Color convert

RGB14612173-
CMYK00.170.50.43
HSL39.45º33.33%42.94%-
HSV(B)39.45º50%57.25%-
XYZ19.8920.279.17-
YUV12399.78144.4-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 42.94%
GREEN value IS 121 (47.66% from 255) = 35.59%
BLUE value IS 73 (28.91% from 255) = 21.47%
R=42.94%
G=35.59%
B=21.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.5
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1461217300.170.50.4339.4533.3342.94
Hex927949011322B27212b
Octal2221711110216253474153
Binary1001001011110011001001010001110010101011100111100001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #927949

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #927949; }

 p { color: rgb(146,121,73); }

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

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

 a { background-color: rgb(146,121,73); }

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

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

 span { border-color: rgb(146,121,73); }

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