#927B51

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

Shades of Muesli #927B51

Tints of Muesli #927B51

Color information

#927B51 (or 0x927B51) is unknown color: approx Muesli. HEX triplet: 92, 7B and 51. RGB value is (146,123,81). Sum of RGB (Red+Green+Blue) = 146+123+81=350 (46% of max value = 765). Red value is 146 (57.42% from 255 or 41.71% from 350); Green value is 123 (48.44% from 255 or 35.14% from 350); Blue value is 81 (32.03% from 255 or 23.14% from 350); Max value from RGB is 146 - color contains mainly: red. Hex color #927B51 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #927B51 is #6D84AE. Grayscale: #7D7D7D. Windows color (decimal): -7177391 or 5340050. OLE color: 5340050.

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

Color convert

RGB14612381-
CMYK00.160.450.43
HSL38.77º28.63%44.51%-
HSV(B)38.77º44.52%57.25%-
XYZ20.4220.8710.74-
YUV125.09103.12142.92-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 41.71%
GREEN value IS 123 (48.44% from 255) = 35.14%
BLUE value IS 81 (32.03% from 255) = 23.14%
R=41.71%
G=35.14%
B=23.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.45
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1461238100.160.450.4338.7728.6344.51
Hex927B510102D2B271d2d
Octal2221731210205553473555
Binary100100101111011101000101000010110110101110011111101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #927B51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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