#927A4E

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

Shades of Muesli #927A4E

Tints of Muesli #927A4E

Color information

#927A4E (or 0x927A4E) is unknown color: approx Muesli. HEX triplet: 92, 7A and 4E. RGB value is (146,122,78). Sum of RGB (Red+Green+Blue) = 146+122+78=346 (45% of max value = 765). Red value is 146 (57.42% from 255 or 42.20% from 346); Green value is 122 (48.05% from 255 or 35.26% from 346); Blue value is 78 (30.86% from 255 or 22.54% from 346); Max value from RGB is 146 - color contains mainly: red. Hex color #927A4E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #927A4E is #6D85B1. Grayscale: #7C7C7C. Windows color (decimal): -7177650 or 5143186. OLE color: 5143186.

HSL color Cylindrical-coordinate representation of color #927A4E: hue angle of 38.82º 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 #927A4E is Cyan = 0, Magento = 0.16, Yellow = 0.47 and Black (K on CMYK) = 0.43.

Color convert

RGB14612278-
CMYK00.160.470.43
HSL38.82º30.36%43.92%-
HSV(B)38.82º46.58%57.25%-
XYZ20.1920.5810.12-
YUV124.16101.95143.58-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 42.20%
GREEN value IS 122 (48.05% from 255) = 35.26%
BLUE value IS 78 (30.86% from 255) = 22.54%
R=42.20%
G=35.26%
B=22.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.47
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1461227800.160.470.4338.8230.3643.92
Hex927A4E0102F2B271e2c
Octal2221721160205753473654
Binary100100101111010100111001000010111110101110011111110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #927A4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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