#927D5B

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

Shades of Muesli #927D5B

Tints of Muesli #927D5B

Color information

#927D5B (or 0x927D5B) is unknown color: approx Muesli. HEX triplet: 92, 7D and 5B. RGB value is (146,125,91). Sum of RGB (Red+Green+Blue) = 146+125+91=362 (47% of max value = 765). Red value is 146 (57.42% from 255 or 40.33% from 362); Green value is 125 (49.22% from 255 or 34.53% from 362); Blue value is 91 (35.94% from 255 or 25.14% from 362); Max value from RGB is 146 - color contains mainly: red. Hex color #927D5B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #927D5B is #6D82A4. Grayscale: #7F7F7F. Windows color (decimal): -7176869 or 5995922. OLE color: 5995922.

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

Color convert

RGB14612591-
CMYK00.140.380.43
HSL37.09º23.21%46.47%-
HSV(B)37.09º37.67%57.25%-
XYZ21.0821.5312.94-
YUV127.4107.46141.26-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 40.33%
GREEN value IS 125 (49.22% from 255) = 34.53%
BLUE value IS 91 (35.94% from 255) = 25.14%
R=40.33%
G=34.53%
B=25.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.38
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1461259100.140.380.4337.0923.2146.47
Hex927D5B0E262B25172e
Octal2221751330164653452756
Binary10010010111110110110110111010011010101110010110111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #927D5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(146,125,91); }

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

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

 a { background-color: rgb(146,125,91); }

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

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

 span { border-color: rgb(146,125,91); }

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