#504427

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

Shades of Onion #504427

Tints of Onion #504427

Color information

#504427 (or 0x504427) is unknown color: approx Onion. HEX triplet: 50, 44 and 27. RGB value is (80,68,39). Sum of RGB (Red+Green+Blue) = 80+68+39=187 (24% of max value = 765). Red value is 80 (31.64% from 255 or 42.78% from 187); Green value is 68 (26.95% from 255 or 36.36% from 187); Blue value is 39 (15.62% from 255 or 20.86% from 187); Max value from RGB is 80 - color contains mainly: red. Hex color #504427 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #504427 is #AFBBD8. Grayscale: #444444. Windows color (decimal): -11516889 or 2573392. OLE color: 2573392.

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

Color convert

RGB806839-
CMYK00.150.510.69
HSL42.44º34.45%23.33%-
HSV(B)42.44º51.25%31.37%-
XYZ5.745.992.77-
YUV68.28111.48136.36-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 42.78%
GREEN value IS 68 (26.95% from 255) = 36.36%
BLUE value IS 39 (15.62% from 255) = 20.86%
R=42.78%
G=36.36%
B=20.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.51
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80683900.150.510.6942.4434.4523.33
Hex5044270F33452a2217
Octal1201044701763105524227
Binary1010000100010010011101111110011100010110101010001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #504427

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #504427; }

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

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

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

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

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

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

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

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