#494226

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

Shades of Onion #494226

Tints of Onion #494226

Color information

#494226 (or 0x494226) is unknown color: approx Onion. HEX triplet: 49, 42 and 26. RGB value is (73,66,38). Sum of RGB (Red+Green+Blue) = 73+66+38=177 (23% of max value = 765). Red value is 73 (28.91% from 255 or 41.24% from 177); Green value is 66 (26.17% from 255 or 37.29% from 177); Blue value is 38 (15.23% from 255 or 21.47% from 177); Max value from RGB is 73 - color contains mainly: red. Hex color #494226 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #494226 is #B6BDD9. Grayscale: #414141. Windows color (decimal): -11976154 or 2507337. OLE color: 2507337.

HSL color Cylindrical-coordinate representation of color #494226: hue angle of 48º degrees, saturation: 0.32, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #494226 is Cyan = 0, Magento = 0.10, Yellow = 0.48 and Black (K on CMYK) = 0.71.

Color convert

RGB736638-
CMYK00.100.480.71
HSL48º31.53%21.76%-
HSV(B)48º47.95%28.63%-
XYZ5.055.452.62-
YUV64.9112.82133.78-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 41.24%
GREEN value IS 66 (26.17% from 255) = 37.29%
BLUE value IS 38 (15.23% from 255) = 21.47%
R=41.24%
G=37.29%
B=21.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.48
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73663800.100.480.714831.5321.76
Hex4942260A3047302016
Octal1111024601260107604026
Binary1001001100001010011001010110000100011111000010000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #494226

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #494226; }

 p { color: rgb(73,66,38); }

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

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

 a { background-color: rgb(73,66,38); }

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

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

 span { border-color: rgb(73,66,38); }

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