#494536

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

Shades of Onion #494536

Tints of Onion #494536

Color information

#494536 (or 0x494536) is unknown color: approx Onion. HEX triplet: 49, 45 and 36. RGB value is (73,69,54). Sum of RGB (Red+Green+Blue) = 73+69+54=196 (25% of max value = 765). Red value is 73 (28.91% from 255 or 37.24% from 196); Green value is 69 (27.34% from 255 or 35.20% from 196); Blue value is 54 (21.48% from 255 or 27.55% from 196); Max value from RGB is 73 - color contains mainly: red. Hex color #494536 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #494536 is #B6BAC9. Grayscale: #444444. Windows color (decimal): -11975370 or 3556681. OLE color: 3556681.

HSL color Cylindrical-coordinate representation of color #494536: hue angle of 47.37º degrees, saturation: 0.15, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #494536 is Cyan = 0, Magento = 0.05, Yellow = 0.26 and Black (K on CMYK) = 0.71.

Color convert

RGB736954-
CMYK00.050.260.71
HSL47.37º14.96%24.9%-
HSV(B)47.37º26.03%28.63%-
XYZ5.545.944.34-
YUV68.49119.83131.22-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 37.24%
GREEN value IS 69 (27.34% from 255) = 35.20%
BLUE value IS 54 (21.48% from 255) = 27.55%
R=37.24%
G=35.20%
B=27.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.26
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73695400.050.260.7147.3714.9624.9
Hex494536051A472ff19
Octal111105660532107571731
Binary100100110001011101100101110101000111101111111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #494536

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #494536; }

 p { color: rgb(73,69,54); }

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

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

 a { background-color: rgb(73,69,54); }

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

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

 span { border-color: rgb(73,69,54); }

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