#927B41

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

Shades of Muesli #927B41

Tints of Muesli #927B41

Color information

#927B41 (or 0x927B41) is unknown color: approx Muesli. HEX triplet: 92, 7B and 41. RGB value is (146,123,65). Sum of RGB (Red+Green+Blue) = 146+123+65=334 (44% of max value = 765). Red value is 146 (57.42% from 255 or 43.71% from 334); Green value is 123 (48.44% from 255 or 36.83% from 334); Blue value is 65 (25.78% from 255 or 19.46% from 334); Max value from RGB is 146 - color contains mainly: red. Hex color #927B41 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #927B41 is #6D84BE. Grayscale: #7B7B7B. Windows color (decimal): -7177407 or 4291474. OLE color: 4291474.

HSL color Cylindrical-coordinate representation of color #927B41: hue angle of 42.96º degrees, saturation: 0.38, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #927B41 is Cyan = 0, Magento = 0.16, Yellow = 0.55 and Black (K on CMYK) = 0.43.

Color convert

RGB14612365-
CMYK00.160.550.43
HSL42.96º38.39%41.37%-
HSV(B)42.96º55.48%57.25%-
XYZ19.8920.667.94-
YUV123.2695.12144.22-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 43.71%
GREEN value IS 123 (48.44% from 255) = 36.83%
BLUE value IS 65 (25.78% from 255) = 19.46%
R=43.71%
G=36.83%
B=19.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.55
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1461236500.160.550.4342.9638.3941.37
Hex927B41010372B2b2629
Octal2221731010206753534651
Binary1001001011110111000001010000110111101011101011100110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #927B41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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