#927848

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

Shades of Muesli #927848

Tints of Muesli #927848

Color information

#927848 (or 0x927848) is unknown color: approx Muesli. HEX triplet: 92, 78 and 48. RGB value is (146,120,72). Sum of RGB (Red+Green+Blue) = 146+120+72=338 (44% of max value = 765). Red value is 146 (57.42% from 255 or 43.20% from 338); Green value is 120 (47.27% from 255 or 35.50% from 338); Blue value is 72 (28.52% from 255 or 21.30% from 338); Max value from RGB is 146 - color contains mainly: red. Hex color #927848 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #927848 is #6D87B7. Grayscale: #7A7A7A. Windows color (decimal): -7178168 or 4749458. OLE color: 4749458.

HSL color Cylindrical-coordinate representation of color #927848: hue angle of 38.92º degrees, saturation: 0.34, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #927848 is Cyan = 0, Magento = 0.18, Yellow = 0.51 and Black (K on CMYK) = 0.43.

Color convert

RGB14612072-
CMYK00.180.510.43
HSL38.92º33.94%42.75%-
HSV(B)38.92º50.68%57.25%-
XYZ19.7420.018.95-
YUV122.399.61144.9-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 43.20%
GREEN value IS 120 (47.27% from 255) = 35.50%
BLUE value IS 72 (28.52% from 255) = 21.30%
R=43.20%
G=35.50%
B=21.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.51
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1461207200.180.510.4338.9233.9442.75
Hex927848012332B27222b
Octal2221701100226353474253
Binary1001001011110001001000010010110011101011100111100010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #927848

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #927848; }

 p { color: rgb(146,120,72); }

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

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

 a { background-color: rgb(146,120,72); }

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

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

 span { border-color: rgb(146,120,72); }

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