#927948

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

Shades of Muesli #927948

Tints of Muesli #927948

Color information

#927948 (or 0x927948) is unknown color: approx Muesli. HEX triplet: 92, 79 and 48. RGB value is (146,121,72). Sum of RGB (Red+Green+Blue) = 146+121+72=339 (44% of max value = 765). Red value is 146 (57.42% from 255 or 43.07% from 339); Green value is 121 (47.66% from 255 or 35.69% from 339); Blue value is 72 (28.52% from 255 or 21.24% from 339); Max value from RGB is 146 - color contains mainly: red. Hex color #927948 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #927948 is #6D86B7. Grayscale: #7B7B7B. Windows color (decimal): -7177912 or 4749714. OLE color: 4749714.

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

Color convert

RGB14612172-
CMYK00.170.510.43
HSL39.73º33.94%42.75%-
HSV(B)39.73º50.68%57.25%-
XYZ19.8620.258.99-
YUV122.8999.28144.48-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 43.07%
GREEN value IS 121 (47.66% from 255) = 35.69%
BLUE value IS 72 (28.52% from 255) = 21.24%
R=43.07%
G=35.69%
B=21.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.51
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1461217200.170.510.4339.7333.9442.75
Hex927948011332B28222b
Octal2221711100216353504253
Binary1001001011110011001000010001110011101011101000100010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #927948

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #927948; }

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

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

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

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

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

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

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

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