#504426

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

Shades of Onion #504426

Tints of Onion #504426

Color information

#504426 (or 0x504426) is unknown color: approx Onion. HEX triplet: 50, 44 and 26. RGB value is (80,68,38). Sum of RGB (Red+Green+Blue) = 80+68+38=186 (24% of max value = 765). Red value is 80 (31.64% from 255 or 43.01% from 186); Green value is 68 (26.95% from 255 or 36.56% from 186); Blue value is 38 (15.23% from 255 or 20.43% from 186); Max value from RGB is 80 - color contains mainly: red. Hex color #504426 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #504426 is #AFBBD9. Grayscale: #444444. Windows color (decimal): -11516890 or 2507856. OLE color: 2507856.

HSL color Cylindrical-coordinate representation of color #504426: hue angle of 42.86º degrees, saturation: 0.36, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #504426 is Cyan = 0, Magento = 0.15, Yellow = 0.52 and Black (K on CMYK) = 0.69.

Color convert

RGB806838-
CMYK00.150.520.69
HSL42.86º35.59%23.14%-
HSV(B)42.86º52.5%31.37%-
XYZ5.735.982.69-
YUV68.17110.98136.44-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 43.01%
GREEN value IS 68 (26.95% from 255) = 36.56%
BLUE value IS 38 (15.23% from 255) = 20.43%
R=43.01%
G=36.56%
B=20.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.52
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80683800.150.520.6942.8635.5923.14
Hex5044260F34452b2417
Octal1201044601764105534427
Binary1010000100010010011001111110100100010110101110010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #504426

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #504426; }

 p { color: rgb(80,68,38); }

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

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

 a { background-color: rgb(80,68,38); }

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

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

 span { border-color: rgb(80,68,38); }

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