#493E2A

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

Shades of Onion #493E2A

Tints of Onion #493E2A

Color information

#493E2A (or 0x493E2A) is unknown color: approx Onion. HEX triplet: 49, 3E and 2A. RGB value is (73,62,42). Sum of RGB (Red+Green+Blue) = 73+62+42=177 (23% of max value = 765). Red value is 73 (28.91% from 255 or 41.24% from 177); Green value is 62 (24.61% from 255 or 35.03% from 177); Blue value is 42 (16.80% from 255 or 23.73% from 177); Max value from RGB is 73 - color contains mainly: red. Hex color #493E2A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #493E2A is #B6C1D5. Grayscale: #3F3F3F. Windows color (decimal): -11977174 or 2768457. OLE color: 2768457.

HSL color Cylindrical-coordinate representation of color #493E2A: hue angle of 38.71º degrees, saturation: 0.27, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #493E2A is Cyan = 0, Magento = 0.15, Yellow = 0.42 and Black (K on CMYK) = 0.71.

Color convert

RGB736242-
CMYK00.150.420.71
HSL38.71º26.96%22.55%-
HSV(B)38.71º42.47%28.63%-
XYZ4.895.032.9-
YUV63.01116.14135.13-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 41.24%
GREEN value IS 62 (24.61% from 255) = 35.03%
BLUE value IS 42 (16.80% from 255) = 23.73%
R=41.24%
G=35.03%
B=23.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.42
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73624200.150.420.7138.7126.9622.55
Hex493E2A0F2A47271b17
Octal111765201752107473327
Binary10010011111101010100111110101010001111001111101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #493E2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #493E2A; }

 p { color: rgb(73,62,42); }

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

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

 a { background-color: rgb(73,62,42); }

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

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

 span { border-color: rgb(73,62,42); }

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