#927b4f

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

Shades of Muesli #927B4F

Tints of Muesli #927B4F

Color information

#927B4F (or 0x927B4F) is unknown color: approx Muesli. HEX triplet: 92, 7B and 4F. RGB value is (146,123,79). Sum of RGB (Red+Green+Blue) = 146+123+79=348 (46% of max value = 765). Red value is 146 (57.42% from 255 or 41.95% from 348); Green value is 123 (48.44% from 255 or 35.34% from 348); Blue value is 79 (31.25% from 255 or 22.70% from 348); Max value from RGB is 146 - color contains mainly: red. Hex color #927B4F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #927B4F is #6D84B0. Grayscale: #7D7D7D. Windows color (decimal): -7177393 or 5208978. OLE color: 5208978.

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

Color convert

RGB14612379-
CMYK00.160.460.43
HSL39.4º29.78%44.12%-
HSV(B)39.4º45.89%57.25%-
XYZ20.3520.8410.35-
YUV124.86102.12143.08-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 41.95%
GREEN value IS 123 (48.44% from 255) = 35.34%
BLUE value IS 79 (31.25% from 255) = 22.70%
R=41.95%
G=35.34%
B=22.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.46
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1461237900.160.460.4339.429.7844.12
Hex927B4F0102E2B271e2c
Octal2221731170205653473654
Binary100100101111011100111101000010111010101110011111110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #927b4f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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