#504327

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

Shades of Onion #504327

Tints of Onion #504327

Color information

#504327 (or 0x504327) is unknown color: approx Onion. HEX triplet: 50, 43 and 27. RGB value is (80,67,39). Sum of RGB (Red+Green+Blue) = 80+67+39=186 (24% of max value = 765). Red value is 80 (31.64% from 255 or 43.01% from 186); Green value is 67 (26.56% from 255 or 36.02% from 186); Blue value is 39 (15.62% from 255 or 20.97% from 186); Max value from RGB is 80 - color contains mainly: red. Hex color #504327 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #504327 is #AFBCD8. Grayscale: #434343. Windows color (decimal): -11517145 or 2573136. OLE color: 2573136.

HSL color Cylindrical-coordinate representation of color #504327: hue angle of 40.98º 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 #504327 is Cyan = 0, Magento = 0.16, Yellow = 0.51 and Black (K on CMYK) = 0.69.

Color convert

RGB806739-
CMYK00.160.510.69
HSL40.98º34.45%23.33%-
HSV(B)40.98º51.25%31.37%-
XYZ5.685.872.75-
YUV67.69111.81136.78-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 43.01%
GREEN value IS 67 (26.56% from 255) = 36.02%
BLUE value IS 39 (15.62% from 255) = 20.97%
R=43.01%
G=36.02%
B=20.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.51
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80673900.160.510.6940.9834.4523.33
Hex5043270103345292217
Octal1201034702063105514227
Binary10100001000011100111010000110011100010110100110001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #504327

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #504327; }

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

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

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

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

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

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

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

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