#92794C

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

Shades of Muesli #92794C

Tints of Muesli #92794C

Color information

#92794C (or 0x92794C) is unknown color: approx Muesli. HEX triplet: 92, 79 and 4C. RGB value is (146,121,76). Sum of RGB (Red+Green+Blue) = 146+121+76=343 (45% of max value = 765). Red value is 146 (57.42% from 255 or 42.57% from 343); Green value is 121 (47.66% from 255 or 35.28% from 343); Blue value is 76 (30.08% from 255 or 22.16% from 343); Max value from RGB is 146 - color contains mainly: red. Hex color #92794C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #92794C is #6D86B3. Grayscale: #7B7B7B. Windows color (decimal): -7177908 or 5011858. OLE color: 5011858.

HSL color Cylindrical-coordinate representation of color #92794C: hue angle of 38.57º degrees, saturation: 0.32, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #92794C is Cyan = 0, Magento = 0.17, Yellow = 0.48 and Black (K on CMYK) = 0.43.

Color convert

RGB14612176-
CMYK00.170.480.43
HSL38.57º31.53%43.53%-
HSV(B)38.57º47.95%57.25%-
XYZ2020.319.7-
YUV123.34101.28144.16-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 42.57%
GREEN value IS 121 (47.66% from 255) = 35.28%
BLUE value IS 76 (30.08% from 255) = 22.16%
R=42.57%
G=35.28%
B=22.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.48
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1461217600.170.480.4338.5731.5343.53
Hex92794C011302B27202c
Octal2221711140216053474054
Binary1001001011110011001100010001110000101011100111100000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92794C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #92794C; }

 p { color: rgb(146,121,76); }

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

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

 a { background-color: rgb(146,121,76); }

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

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

 span { border-color: rgb(146,121,76); }

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