All colors Vary, Use a Tolerace of about 50. 
SCAR Code:
if not FindBitmapToleranceIn(srl_GetBitmap(54), x, y, MIX1, MIY1, MIX2, MIY2, 50) then
if FindBitmapToleranceIn(srl_GetBitmap(54), x, y, MSX1, MSY1, MSX2, MSY2, 50) then
begin
GetEmptyItemPosition(IX, IY);
Mouse(x, y, 3, 3, True);
Wait(RandomRange(150, 500));
if CoordsToItem(IX, IY) > 1 then
begin
FindBitmapToleranceIn(srl_GetBitmap(54), x, y, MIX1, MIY1, MIX2, MIY2, 50);
DragItem(CoordsToItem(x, y), 1);
end;
end else
LogoutProc(False, 'Can''t Find Tinderbox!');
Deposit(2, 28, 2);