#927B4E

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

Shades of Muesli #927B4E

Tints of Muesli #927B4E

Color information

#927B4E (or 0x927B4E) is unknown color: approx Muesli. HEX triplet: 92, 7B and 4E. RGB value is (146,123,78). Sum of RGB (Red+Green+Blue) = 146+123+78=347 (45% of max value = 765). Red value is 146 (57.42% from 255 or 42.07% from 347); Green value is 123 (48.44% from 255 or 35.45% from 347); Blue value is 78 (30.86% from 255 or 22.48% from 347); Max value from RGB is 146 - color contains mainly: red. Hex color #927B4E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #927B4E is #6D84B1. Grayscale: #7C7C7C. Windows color (decimal): -7177394 or 5143442. OLE color: 5143442.

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

Color convert

RGB14612378-
CMYK00.160.470.43
HSL39.71º30.36%43.92%-
HSV(B)39.71º46.58%57.25%-
XYZ20.3120.8310.16-
YUV124.75101.62143.16-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 42.07%
GREEN value IS 123 (48.44% from 255) = 35.45%
BLUE value IS 78 (30.86% from 255) = 22.48%
R=42.07%
G=35.45%
B=22.48%

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
Decimal1461237800.160.470.4339.7130.3643.92
Hex927B4E0102F2B281e2c
Octal2221731160205753503654
Binary100100101111011100111001000010111110101110100011110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #927B4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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