#927C4E

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

Shades of Muesli #927C4E

Tints of Muesli #927C4E

Color information

#927C4E (or 0x927C4E) is unknown color: approx Muesli. HEX triplet: 92, 7C and 4E. RGB value is (146,124,78). Sum of RGB (Red+Green+Blue) = 146+124+78=348 (46% of max value = 765). Red value is 146 (57.42% from 255 or 41.95% from 348); Green value is 124 (48.83% from 255 or 35.63% from 348); Blue value is 78 (30.86% from 255 or 22.41% from 348); Max value from RGB is 146 - color contains mainly: red. Hex color #927C4E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #927C4E is #6D83B1. Grayscale: #7D7D7D. Windows color (decimal): -7177138 or 5143698. OLE color: 5143698.

HSL color Cylindrical-coordinate representation of color #927C4E: hue angle of 40.59º degrees, saturation: 0.3, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #927C4E is Cyan = 0, Magento = 0.15, Yellow = 0.47 and Black (K on CMYK) = 0.43.

Color convert

RGB14612478-
CMYK00.150.470.43
HSL40.59º30.36%43.92%-
HSV(B)40.59º46.58%57.25%-
XYZ20.4421.0810.2-
YUV125.33101.29142.74-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 41.95%
GREEN value IS 124 (48.83% from 255) = 35.63%
BLUE value IS 78 (30.86% from 255) = 22.41%
R=41.95%
G=35.63%
B=22.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.47
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1461247800.150.470.4340.5930.3643.92
Hex927C4E0F2F2B291e2c
Octal2221741160175753513654
Binary10010010111110010011100111110111110101110100111110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #927C4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #927C4E; }

 p { color: rgb(146,124,78); }

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

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

 a { background-color: rgb(146,124,78); }

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

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

 span { border-color: rgb(146,124,78); }

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